Skip to content

Commit 678d134

Browse files
committed
skip ASAN test with Exception.
1 parent f0aa342 commit 678d134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/duckdb_test/connection_execute_multiple_sql_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def setup
1010
end
1111

1212
def test_multiple_sql
13+
skip('test with ASAN') if ENV['ASAN_TEST'] == '1'
1314
exception = assert_raises(DuckDB::Error) do
1415
@con.execute('CREATE TABLE test (v VARCHAR); CREATE TABLE test (v VARCHAR); SELECT 42;')
1516
end

0 commit comments

Comments
 (0)