From fe517084ece09938485a618f250cf054d5e646d4 Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Wed, 8 Jan 2025 00:08:27 -0500 Subject: [PATCH] fix tests Signed-off-by: Alex Chi Z --- tests/sqllogictest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sqllogictest.rs b/tests/sqllogictest.rs index 215bdd17..95c9adc9 100644 --- a/tests/sqllogictest.rs +++ b/tests/sqllogictest.rs @@ -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![];