summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.