File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ class TestPythonModelSpark(BasePythonModelTests):
15
15
16
16
@pytest .mark .skip_profile ("apache_spark" , "spark_session" , "databricks_sql_endpoint" )
17
17
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 )
19
21
20
22
21
23
@pytest .mark .skip_profile ("apache_spark" , "spark_session" , "databricks_sql_endpoint" )
@@ -69,6 +71,7 @@ class TestChangingSchemaSpark:
69
71
def models (self ):
70
72
return {"simple_python_model.py" : models__simple_python_model }
71
73
74
+ @pytest .mark .skip ("https://github.com/dbt-labs/dbt-spark/issues/1054" )
72
75
def test_changing_schema_with_log_validation (self , project , logs_dir ):
73
76
run_dbt (["run" ])
74
77
write_file (
You can’t perform that action at this time.
0 commit comments