Disable test for sanitizers

This commit is contained in:
alesapin 2023-07-30 14:15:17 +02:00
parent aba291ca68
commit 3e5767853d

View File

@ -20,6 +20,9 @@ def started_cluster():
def test_trace_boundaries_work(started_cluster):
if node.is_built_with_sanitizer():
pytest.skip("Disabled for sanitizers")
node.query("select randomPrintableASCII(number) from numbers(1000) FORMAT Null")
node.query("SYSTEM FLUSH LOGS")