summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-07-31 09:09:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-04 19:06:53 +0000
commite8595e4b7a2505a4dffb9085f65be0026a7f9ba9 (patch)
tree651500f2dbaab538b71054f02052d6dd2b8aeeaf /jstests/libs
parentcd8324afbe50240fe47db8b19d916ab8fdcbab23 (diff)
downloadmongo-e8595e4b7a2505a4dffb9085f65be0026a7f9ba9.tar.gz
SERVER-50039 Timing error in dbadmin.js test
(cherry picked from commit 5906d967c3144d09fab6a4cc1daddb295df19ffb)
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index f158cd77e00..981067c3c94 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -213,6 +213,9 @@ if (typeof _threadInject != "undefined") {
// This test causes collMod commands to hang, which interferes with other tests running
// collMod.
"crud_ops_do_not_throw_locktimeout.js",
+
+ // Can fail if isMaster takes too long on a loaded machine.
+ "dbadmin.js",
]);
// The following tests cannot run when shell readMode is legacy.