Skip to content

Commit

Permalink
Disabled MV/ST integration tests
Browse files Browse the repository at this point in the history
temporarily disabling integration tests for streaming tables and materialized views
Signed-off-by: Raymond Cypher <[email protected]>
  • Loading branch information
rcypher-databricks committed Jul 19, 2023
1 parent 5bce0e8 commit 3a8a74e
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 3a8a74e

Please sign in to comment.