Skip to content

Commit

Permalink
Merge pull request #379 from duckdb/jwills_hack_this_for_the_moment
Browse files Browse the repository at this point in the history
Skip this test in BV for the moment
  • Loading branch information
jwills authored Apr 16, 2024
2 parents ae89071 + e403c6c commit cddab7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/adapter/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class TestTableConstraintsRuntimeDdlEnforcement(
pass


@pytest.mark.skip_profile("md")
@pytest.mark.skip_profile("md", "buenavista")
class TestTableConstraintsRollback(DuckDBColumnEqualSetup, BaseConstraintsRollback):
@pytest.fixture(scope="class")
def expected_error_messages(self):
Expand All @@ -82,7 +82,7 @@ def expected_error_messages(self):
return ["NOT NULL constraint failed"]


@pytest.mark.skip_profile("md")
@pytest.mark.skip_profile("md", "buenavista")
class TestIncrementalConstraintsRollback(
DuckDBColumnEqualSetup, BaseIncrementalConstraintsRollback
):
Expand Down

0 comments on commit cddab7a

Please sign in to comment.