Skip to content

Commit 92bfe74

Browse files
committed
skip ASAN test
1 parent a0118a9 commit 92bfe74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/duckdb_test/database_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def test_connect_with_block
8181
end
8282

8383
def test_close
84+
skip 'asan test with exception' if ENV['ASAN_TEST'] == '1'
8485
db = DuckDB::Database.open
8586
con = db.connect
8687
db.close

0 commit comments

Comments
 (0)