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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_all_simultaneous.js b/jstests/concurrency/fsm_all_simultaneous.js
index 4eada69c5c0..bf4fdfe3d02 100644
--- a/jstests/concurrency/fsm_all_simultaneous.js
+++ b/jstests/concurrency/fsm_all_simultaneous.js
@@ -13,7 +13,7 @@ var blacklist = [
'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
+ 'agg_sort_external.js', // uses >100MB of data, which can overwhelm test hosts
].map(function(file) {
return dir + '/' + file;
});