Commit 8d6421aa authored by Marko Mäkelä's avatar Marko Mäkelä

MemorySanitizer: Disable tests that time out

parent f54bc7de
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
-- source include/have_ssl_communication.inc -- source include/have_ssl_communication.inc
-- source include/big_test.inc -- source include/big_test.inc
-- source include/have_64bit.inc -- source include/have_64bit.inc
# This test often times out with MemorySanitizer.
--source include/not_msan.inc
# Save the initial number of concurrent sessions # Save the initial number of concurrent sessions
--source include/count_sessions.inc --source include/count_sessions.inc
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
--source include/have_debug.inc --source include/have_debug.inc
--source include/have_debug_sync.inc --source include/have_debug_sync.inc
--source include/have_sequence.inc --source include/have_sequence.inc
# This test often times out with MemorySanitizer.
--source include/not_msan.inc
CREATE TABLE t1(f1 char(200), f2 char(200), f3 char(200), CREATE TABLE t1(f1 char(200), f2 char(200), f3 char(200),
f4 char(200), f5 char(200), f6 char(200), f4 char(200), f5 char(200), f6 char(200),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment