summaryrefslogtreecommitdiff
path: root/jstests/libs/parallelTester.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs/parallelTester.js')
-rw-r--r--jstests/libs/parallelTester.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 39035731449..743d15b9825 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -115,10 +115,9 @@ if (typeof _threadInject != "undefined") {
"extent.js",
"indexb.js",
- // Tests that set a parameter that causes the server to ignore
- // long index keys.
+ // sets a failpoint that causes the server to ignore long keys,
+ // which makes index_bigkeys.js fail
"index_bigkeys_nofail.js",
- "index_bigkeys_validation.js",
// tests turn on profiling
"profile1.js",