Skip to content

Commit

Permalink
test(ingest): mark trino/hana tests as xfail due to flakes (#5549)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Aug 3, 2022
1 parent 120875f commit b1ff030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/tests/integration/hana/test_hana.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


@freeze_time(FROZEN_TIME)
@pytest.mark.xfail # TODO: debug the flakes for this test
@pytest.mark.slow_integration
@pytest.mark.skipif(
platform.machine().lower() == "aarch64",
Expand Down
1 change: 1 addition & 0 deletions metadata-ingestion/tests/integration/trino/test_trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def loaded_trino(trino_runner):


@freeze_time(FROZEN_TIME)
@pytest.mark.xfail # TODO: debug the flakes for this test
@pytest.mark.integration
def test_trino_ingest(
loaded_trino, test_resources_dir, pytestconfig, tmp_path, mock_time
Expand Down

0 comments on commit b1ff030

Please sign in to comment.