summaryrefslogtreecommitdiff
path: root/jstests/sharding/repl_monitor_refresh.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/repl_monitor_refresh.js')
-rw-r--r--jstests/sharding/repl_monitor_refresh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/repl_monitor_refresh.js b/jstests/sharding/repl_monitor_refresh.js
index f65a495d3b7..b41fc42d761 100644
--- a/jstests/sharding/repl_monitor_refresh.js
+++ b/jstests/sharding/repl_monitor_refresh.js
@@ -86,5 +86,5 @@ assert.soon(
shardDoc.host.split(',').length + " in " + shardDoc.host);
});
-st.stop({parallelSupported: false});
+st.stop();
}());