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:
parent
e0a1922b64
commit
03247a9031
@ -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!");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user