Skip to content

Commit

Permalink
unskip offending test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 8, 2024
1 parent 40ac158 commit 472d027
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/functional/adapter/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,6 @@ def models(self):
"constraints_schema.yml": constraints_yml,
}

def test__constraints_enforcement_rollback(
self, project, expected_color, expected_error_messages, null_model_sql
):
super().test__constraints_enforcement_rollback(
project, expected_color, expected_error_messages, null_model_sql
)


# TODO: Like the tests above, this does test that model-level constraints don't
# result in errors, but it does not verify that they are actually present in
Expand Down

0 comments on commit 472d027

Please sign in to comment.