Skip to content

Commit

Permalink
airbyte pytest xfail (#8183)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4ca03cb125997938318d39c1a5e95053858291cd
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Feb 7, 2025
1 parent 424d61c commit 0a9d2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pathway/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -3153,6 +3153,7 @@ def iteration():

@needs_multiprocessing_fork
@pytest.mark.parametrize("env_vars", [None, {"''": "\"''''\"\""}, {"KEY": "VALUE"}])
@pytest.mark.xfail(reason="fails randomly")
def test_airbyte_local_run(env_vars, tmp_path_with_airbyte_config):
table = pw.io.airbyte.read(
tmp_path_with_airbyte_config / AIRBYTE_FAKER_CONNECTION_REL_PATH,
Expand Down Expand Up @@ -3382,6 +3383,7 @@ def create_new_versions(start_idx, end_idx):

@needs_multiprocessing_fork
@pytest.mark.parametrize("enforce_method", ["venv", "docker"])
@pytest.mark.xfail(reason="fails randomly")
def test_airbyte_persistence(enforce_method, tmp_path_with_airbyte_config):
output_path = tmp_path_with_airbyte_config / "table.jsonl"
pstorage_path = tmp_path_with_airbyte_config / "PStorage"
Expand Down

0 comments on commit 0a9d2ef

Please sign in to comment.