summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-02-09 12:53:44 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-09 18:59:28 +0000
commit54e6a589f127043ac42c88e1f6f44d66ad1713f6 (patch)
tree9dacd920e053a35968d4e8f296fa4b1c510b46dd
parent3a23cc592fcfb2fa50b277782fddb4ff2b94171f (diff)
downloadmongo-54e6a589f127043ac42c88e1f6f44d66ad1713f6.tar.gz
SERVER-54393 exclude timeseries_idle_buckets.js from parallel test suite
-rw-r--r--jstests/libs/parallelTester.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 2098fea3228..c17dd67c0bb 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -217,6 +217,10 @@ if (typeof _threadInject != "undefined") {
// Other tests will fail while the requireApiVersion server parameter is set.
"require_api_version.js",
+
+ // This test updates global memory usage counters in the bucket catalog in a way that
+ // may affect other time-series tests running concurrently.
+ "timeseries/timeseries_idle_buckets.js",
]);
// Get files, including files in subdirectories.