diff --git a/tests/functional/adapter/long_sessions/test_long_sessions.py b/tests/functional/adapter/long_sessions/test_long_sessions.py index dcab07bbe..b31986fcf 100644 --- a/tests/functional/adapter/long_sessions/test_long_sessions.py +++ b/tests/functional/adapter/long_sessions/test_long_sessions.py @@ -48,6 +48,7 @@ def test_long_sessions(self, project): assert open_count == (n_threads + 1) +@pytest.mark.skip("May fail non-deterministically due to issue in dbt test framework.") class TestLongSessionsMultipleCompute: args_formatter = "" @@ -84,6 +85,7 @@ def test_long_sessions(self, project): assert open_count == 3 +@pytest.mark.skip("May fail non-deterministically due to issue in dbt test framework.") class TestLongSessionsIdleCleanup(TestLongSessionsMultipleCompute): args_formatter = ""