Skip to content

Commit

Permalink
Merge pull request duckdb#9906 from taniabogatsch/disable-32-bit-test
Browse files Browse the repository at this point in the history
ART duckdb versions test requires 64-bit system
  • Loading branch information
Mytherin committed Dec 6, 2023
2 parents 17ff6c0 + 8cd2619 commit 25906f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sql/index/art/storage/test_art_duckdb_versions.test
Expand Up @@ -2,6 +2,9 @@
# description: Test compatibility of ART indexes for different duckdb versions
# group: [storage]

# data/storage/index_0-9-1.db was written with a 64-bit version of duckdb
require 64bit

# SQL to create index_0-9-1.db

# CREATE TABLE pk_tbl (id INTEGER PRIMARY KEY, name VARCHAR UNIQUE);
Expand Down

0 comments on commit 25906f3

Please sign in to comment.