mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Disable atomic.alter_table on MSAN because of slowness
This commit is contained in:
parent
15700f54c2
commit
3e9da8c923
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue