summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
index 2c8140f8f26..5c8b965ceb5 100644
--- a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
@@ -338,6 +338,12 @@ main(int argc, char *argv[])
u_int i, n;
int ch;
+ /*
+ * Bypass this test for valgrind. It has a fairly low thread limit.
+ */
+ if (testutil_is_flag_set("TESTUTIL_BYPASS_VALGRIND"))
+ return (EXIT_SUCCESS);
+
(void)testutil_set_progname(argv);
__wt_random_init_seed(NULL, &rnd);