Skip to content

Commit

Permalink
Skip this test in BV for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills committed Apr 16, 2024
1 parent ae89071 commit e403c6c
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 e403c6c

Please sign in to comment.