From ba5b3f05bb699c9be59b39661cb8186ce7175587 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:53:38 -0400 Subject: [PATCH] skip broken tests, link to the issue for resolution (#1056) --- tests/functional/adapter/test_python_model.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/functional/adapter/test_python_model.py b/tests/functional/adapter/test_python_model.py index 1195cbd3e..957361cb7 100644 --- a/tests/functional/adapter/test_python_model.py +++ b/tests/functional/adapter/test_python_model.py @@ -15,7 +15,9 @@ class TestPythonModelSpark(BasePythonModelTests): @pytest.mark.skip_profile("apache_spark", "spark_session", "databricks_sql_endpoint") class TestPySpark(BasePySparkTests): - pass + @pytest.mark.skip("https://github.com/dbt-labs/dbt-spark/issues/1054") + def test_different_dataframes(self, project): + return super().test_different_dataframes(project) @pytest.mark.skip_profile("apache_spark", "spark_session", "databricks_sql_endpoint") @@ -69,6 +71,7 @@ class TestChangingSchemaSpark: def models(self): return {"simple_python_model.py": models__simple_python_model} + @pytest.mark.skip("https://github.com/dbt-labs/dbt-spark/issues/1054") def test_changing_schema_with_log_validation(self, project, logs_dir): run_dbt(["run"]) write_file(