Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Jan 8, 2025
1 parent 0d86753 commit fe51708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqllogictest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {

const PATTERN: &str = "tests/sql/**/[!_]*.slt"; // ignore files start with '_'
const MEM_BLOCKLIST: &[&str] = &["statistics.slt"];
const DISK_BLOCKLIST: &[&str] = &[];
const DISK_BLOCKLIST: &[&str] = &["vector.slt", "type.slt"]; // remove after secondary storage is ready

let mut tests = vec![];

Expand Down

0 comments on commit fe51708

Please sign in to comment.