We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887bb61 commit ae34117Copy full SHA for ae34117
1 file changed
integration_tests/common/test_cli.py
@@ -19,7 +19,10 @@ def count_commits_in_pathway_repository(tmp_path):
19
# Retries are needed for an unlikely case when the number of commits in the repository
20
# changes between the remote run and the `count_commits_in_pathway_repository` method
21
# execution.
22
-@pytest.mark.flaky(reruns=5)
+# 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
26
def test_repository_url_feature(tmp_path):
27
output_deltalake_path = tmp_path / "commit-lake"
28
os.environ["LOCAL_OUTPUT_PATH"] = os.fspath(output_deltalake_path)
0 commit comments