We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333e695 commit 585c2b1Copy full SHA for 585c2b1
tests/integration/test_odbc_interaction/test.py
@@ -285,7 +285,7 @@ def test_mysql_simple_select_works(started_cluster):
285
286
287
def test_table_function_odbc_with_named_collection(started_cluster):
288
- skip_test_sanitizers(node1)
+ skip_test_msan(node1)
289
290
mysql_setup = node1.odbc_drivers["MySQL"]
291
@@ -488,7 +488,7 @@ def test_sqlite_simple_select_storage_works(started_cluster):
488
489
490
def test_table_engine_odbc_named_collection(started_cluster):
491
492
493
sqlite_setup = node1.odbc_drivers["SQLite3"]
494
sqlite_db = sqlite_setup["Database"]
0 commit comments