Skip to content

Commit

Permalink
Try skipping databricks_http_cluster profile for test
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Oct 11, 2024
1 parent 61b5731 commit 9853bf7
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_http_cluster",
)
class TestChangingSchemaSpark:
"""
Expand Down

0 comments on commit 9853bf7

Please sign in to comment.