Skip to content

Commit ba5b3f0

Browse files
authored
skip broken tests, link to the issue for resolution (#1056)
1 parent 7850da3 commit ba5b3f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/functional/adapter/test_python_model.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class TestPythonModelSpark(BasePythonModelTests):
1515

1616
@pytest.mark.skip_profile("apache_spark", "spark_session", "databricks_sql_endpoint")
1717
class TestPySpark(BasePySparkTests):
18-
pass
18+
@pytest.mark.skip("https://github.com/dbt-labs/dbt-spark/issues/1054")
19+
def test_different_dataframes(self, project):
20+
return super().test_different_dataframes(project)
1921

2022

2123
@pytest.mark.skip_profile("apache_spark", "spark_session", "databricks_sql_endpoint")
@@ -69,6 +71,7 @@ class TestChangingSchemaSpark:
6971
def models(self):
7072
return {"simple_python_model.py": models__simple_python_model}
7173

74+
@pytest.mark.skip("https://github.com/dbt-labs/dbt-spark/issues/1054")
7275
def test_changing_schema_with_log_validation(self, project, logs_dir):
7376
run_dbt(["run"])
7477
write_file(

0 commit comments

Comments
 (0)