Skip to content

Commit

Permalink
Merge pull request #391 from rcypher-databricks/dlt
Browse files Browse the repository at this point in the history
Disabled MV/ST integration tests
  • Loading branch information
rcypher-databricks authored Jul 19, 2023
2 parents c5cf1c8 + 3a8a74e commit d2b1e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_materialized_view_based_on_view(self):
and " The input for materialized view cannot be based on views." in res.message
)

@pytest.mark.skip(reason="not yet ready for production")
@use_profile("databricks_uc_sql_endpoint")
def test_materialized_view_base_databricks_uc_sql_endpoint(self):
self.test_materialized_view_base()
Expand Down
1 change: 1 addition & 0 deletions tests/integration/streaming_table/test_streaming_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_streaming_table_based_on_view(self):
and " The input for materialized view cannot be based on views." in res.message
)

@pytest.mark.skip(reason="not yet ready for production")
@use_profile("databricks_uc_sql_endpoint")
def test_streaming_table_base_databricks_uc_sql_endpoint(self):
self.test_streaming_table_base()
Expand Down

0 comments on commit d2b1e31

Please sign in to comment.