Skip to content

Commit

Permalink
formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 13, 2023
1 parent ae37b38 commit 11eae9c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,9 @@ def test_materialized_view_create_idempotent(self, project, my_materialized_view
)
assert self.query_relation_type(project, my_materialized_view) == "materialized_view"

# @pytest.mark.skip(
# "The current implementation does not support overwriting materialized views with tables."
# )
def test_table_replaces_materialized_view(self, project, my_materialized_view):
super().test_table_replaces_materialized_view(project, my_materialized_view)

# @pytest.mark.skip(
# "The current implementation does not support overwriting materialized views with views."
# )
def test_view_replaces_materialized_view(self, project, my_materialized_view):
super().test_view_replaces_materialized_view(project, my_materialized_view)

Expand Down

0 comments on commit 11eae9c

Please sign in to comment.