0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

Temporarily disable test until SERVER-8678 implements the version v5 upgrade

This commit is contained in:
Randolph Tan 2013-09-14 11:00:02 -04:00
parent e0a1922b64
commit 03247a9031

View File

@ -1,3 +1,5 @@
if (0) { // Disable temporarily until SERVER-8678 completes the version upgrade
//
// Tests initialization of an empty cluster with multiple mongoses.
// Starts a bunch of mongoses in parallel, and ensures that there's only a single config
@ -107,3 +109,5 @@ MongoRunner.stopMongod(configSvrC);
jsTest.log("DONE!");
}