Skip to content

Commit ae34117

Browse files
zxqfd555Manul from Pathway
authored andcommitted
mute test_repository_url_feature until the root cause is fixed (#9932)
GitOrigin-RevId: 699f18ab95309aac9339cc29298bd6520bcd3fa6
1 parent 887bb61 commit ae34117

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integration_tests/common/test_cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ def count_commits_in_pathway_repository(tmp_path):
1919
# Retries are needed for an unlikely case when the number of commits in the repository
2020
# changes between the remote run and the `count_commits_in_pathway_repository` method
2121
# execution.
22-
@pytest.mark.flaky(reruns=5)
22+
# Upd(10.03.2026) the airbyte-cdk library, a principal connector dependency is broken.
23+
# Details: https://github.com/airbytehq/airbyte-python-cdk/issues/946
24+
# Planned workaround: https://github.com/pathwaycom/pathway/issues/201
25+
@pytest.mark.xfail
2326
def test_repository_url_feature(tmp_path):
2427
output_deltalake_path = tmp_path / "commit-lake"
2528
os.environ["LOCAL_OUTPUT_PATH"] = os.fspath(output_deltalake_path)

0 commit comments

Comments
 (0)