Remove 02344_insert_profile_events_stress from sanitizer run as it's too slow

This commit is contained in:
Raúl Marín 2024-05-24 17:31:39 +02:00
parent b396e63ea5
commit 24797a093a

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel, long, no-debug, no-tsan
-- Tags: no-parallel, long, no-debug, no-tsan, no-msan, no-asan
create table data_02344 (key Int) engine=Null;
-- 3e9 rows is enough to fill the socket buffer and cause INSERT hung.