Skip to content

Commit

Permalink
disable dat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Mar 27, 2024
1 parent 61e0cfc commit a19d988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sql/dat/basic_append.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

require deltatable

require-env DAT_AVAILABLE

# TODO Missing types: double
# Query the whole table
query II
Expand Down
2 changes: 2 additions & 0 deletions test/sql/dat/primitive_types.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

require deltatable

require-env DAT_AVAILABLE

# TODO add all the other types
query III
SELECT "utf8", "int64", "int32"
Expand Down

0 comments on commit a19d988

Please sign in to comment.