diff --git a/metadata-ingestion/tests/integration/hana/test_hana.py b/metadata-ingestion/tests/integration/hana/test_hana.py index 8982c86ddc2bad..0fa234d059e5eb 100644 --- a/metadata-ingestion/tests/integration/hana/test_hana.py +++ b/metadata-ingestion/tests/integration/hana/test_hana.py @@ -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", diff --git a/metadata-ingestion/tests/integration/trino/test_trino.py b/metadata-ingestion/tests/integration/trino/test_trino.py index e5f76f13015377..594672f87ea0f1 100644 --- a/metadata-ingestion/tests/integration/trino/test_trino.py +++ b/metadata-ingestion/tests/integration/trino/test_trino.py @@ -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