Skip to content

Commit

Permalink
don't run tests for cockroachdb for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed May 31, 2024
1 parent 71ad840 commit f362b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/columns/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def setUp(self):
def tearDown(self):
DateTimeArrayTable.alter().drop_table().run_sync()

@engines_only("postgres", "sqlite")
def test_storage(self):
test_date = datetime.date(year=2024, month=1, day=1)
test_time = datetime.time(hour=12, minute=0)
Expand Down

0 comments on commit f362b25

Please sign in to comment.