From dce16ff21368a508981ded1ad60046762566ea52 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Fri, 11 Oct 2024 16:54:48 -0400 Subject: [PATCH] Skip another test --- tests/functional/adapter/persist_docs/test_persist_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/adapter/persist_docs/test_persist_docs.py b/tests/functional/adapter/persist_docs/test_persist_docs.py index ee02e5ef8..a76139922 100644 --- a/tests/functional/adapter/persist_docs/test_persist_docs.py +++ b/tests/functional/adapter/persist_docs/test_persist_docs.py @@ -15,7 +15,7 @@ ) -@pytest.mark.skip_profile("apache_spark", "spark_session") +@pytest.mark.skip_profile("apache_spark", "spark_session", "databricks_cluster") class TestPersistDocsDeltaTable: @pytest.fixture(scope="class") def models(self):