summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r--jstests/multiVersion/set_feature_compatibility_version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/multiVersion/set_feature_compatibility_version.js b/jstests/multiVersion/set_feature_compatibility_version.js
index 8d4539d2511..103d76360a0 100644
--- a/jstests/multiVersion/set_feature_compatibility_version.js
+++ b/jstests/multiVersion/set_feature_compatibility_version.js
@@ -523,4 +523,5 @@ TestData.skipCheckDBHashes = true;
assert.writeOK(st.s.getDB("test").foo.insert({x: 1}));
st.stop();
+ MongoRunner.stopMongos(lastStableMongos);
})();