summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_all_simultaneous.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_all_simultaneous.js')
-rw-r--r--jstests/concurrency/fsm_all_simultaneous.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/jstests/concurrency/fsm_all_simultaneous.js b/jstests/concurrency/fsm_all_simultaneous.js
index e50e48656f1..4eada69c5c0 100644
--- a/jstests/concurrency/fsm_all_simultaneous.js
+++ b/jstests/concurrency/fsm_all_simultaneous.js
@@ -12,9 +12,11 @@ var blacklist = [
'list_indexes.js',
'update_inc_capped.js',
- 'agg_group_external.js', // uses >100MB of data, which can overwhelm test hosts
- 'agg_sort_external.js', // uses >100MB of data, which can overwhelm test hosts
-].map(function(file) { return dir + '/' + file; });
+ 'agg_group_external.js', // uses >100MB of data, which can overwhelm test hosts
+ 'agg_sort_external.js', // uses >100MB of data, which can overwhelm test hosts
+].map(function(file) {
+ return dir + '/' + file;
+});
runWorkloadsInParallel(ls(dir).filter(function(file) {
return !Array.contains(blacklist, file);