Disable atomic.alter_table on MSAN because of slowness

This commit is contained in:
Marko Mäkelä 2025-01-09 12:31:17 +02:00
parent 15700f54c2
commit 3e9da8c923

View file

@ -5,9 +5,10 @@
if (!$BIG_TEST)
{
--source include/not_valgrind.inc
--source include/not_msan.inc
}
# Starting with 11.7, this will hit the 900-second timeout on WITH_MSAN=ON CMAKE_BUILD_TYPE=Debug
--source include/not_msan.inc
#
# Testing of atomic create table with crashes in a lot of different places
#