Skip to content

Commit

Permalink
Skip failing test test_changing_schema_with_log_validation for databr…
Browse files Browse the repository at this point in the history
…icks_cluster
  • Loading branch information
gshank committed Oct 13, 2024
1 parent 257e390 commit acdbcb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/functional/adapter/test_python_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ def model(dbt, spark):


@pytest.mark.skip_profile(
"apache_spark", "spark_session", "databricks_sql_endpoint", "spark_http_odbc"
"apache_spark",
"spark_session",
"databricks_sql_endpoint",
"spark_http_odbc",
"databricks_cluster",
)
class TestChangingSchemaSpark:
"""
Expand Down

0 comments on commit acdbcb5

Please sign in to comment.