summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-02-19 08:53:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-22 08:39:01 +0000
commitb5df664d6e20761f159cea0466d3f2f08a312856 (patch)
treea3ff52160c93ae8a9c46187d376af159d5398c4c /jstests/multiVersion
parente5d76cde416a3f9d886f82f87e6fba6c5c8f4135 (diff)
downloadmongo-b5df664d6e20761f159cea0466d3f2f08a312856.tar.gz
SERVER-54630 Remove tests that create a standalone instance of a config server
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r--jstests/multiVersion/genericSetFCVUsage/do_upgrade_downgrade.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/jstests/multiVersion/genericSetFCVUsage/do_upgrade_downgrade.js b/jstests/multiVersion/genericSetFCVUsage/do_upgrade_downgrade.js
index 80b69ad1dcf..efc290633c8 100644
--- a/jstests/multiVersion/genericSetFCVUsage/do_upgrade_downgrade.js
+++ b/jstests/multiVersion/genericSetFCVUsage/do_upgrade_downgrade.js
@@ -350,9 +350,7 @@ standaloneTest({shardsvr: ""}, 'last-lts');
replicaSetTest({shardsvr: ""}, 'last-continuous');
replicaSetTest({shardsvr: ""}, 'last-lts');
-// Do tests for standalones and replica sets started with --configsvr.
-standaloneTest({configsvr: ""}, 'last-continuous');
-standaloneTest({configsvr: ""}, 'last-lts');
+// Do tests for replica sets started with --configsvr.
replicaSetTest({configsvr: ""}, 'last-continuous');
-standaloneTest({configsvr: ""}, 'last-lts');
+replicaSetTest({configsvr: ""}, 'last-lts');
})();