Skip to content
Permalink
Browse files
MemorySanitizer: Disable tests that time out
  • Loading branch information
dr-m committed Oct 6, 2022
1 parent f54bc7d commit 8d6421a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -4,6 +4,8 @@
-- source include/have_ssl_communication.inc
-- source include/big_test.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
--source include/count_sessions.inc
@@ -5,6 +5,8 @@
--source include/have_debug.inc
--source include/have_debug_sync.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),
f4 char(200), f5 char(200), f6 char(200),

0 comments on commit 8d6421a

Please sign in to comment.