summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/skip_sharding_configuration_checks.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/skip_sharding_configuration_checks.js')
-rw-r--r--jstests/noPassthrough/skip_sharding_configuration_checks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/skip_sharding_configuration_checks.js b/jstests/noPassthrough/skip_sharding_configuration_checks.js
index 2f1ecfbe3f7..2dc096faf8e 100644
--- a/jstests/noPassthrough/skip_sharding_configuration_checks.js
+++ b/jstests/noPassthrough/skip_sharding_configuration_checks.js
@@ -49,4 +49,5 @@
shardRS.startSet({}, true);
expectState(shardRS, ReplSetTest.State.PRIMARY);
shardRS.stopSet();
+ MongoRunner.stopMongos(st.s);
})();