skip on windowes instead

This commit is contained in:
Tim Sehn
2025-05-30 16:20:56 -07:00
parent bdc44571e1
commit ec2805ab30

View File

@@ -39,6 +39,7 @@ SQL
}
@test "sql-load-data: load with unknown file throws error" {
skiponwindows
run dolt sql << SQL
CREATE TABLE test(pk int primary key, c1 int, c2 int, c3 int, c4 int, c5 int);
LOAD DATA INFILE 'hello-ints.csv' INTO TABLE test CHARACTER SET UTF8MB4 FIELDS TERMINATED BY '||' ESCAPED BY '' LINES TERMINATED BY '\n' IGNORE 1 LINES;