From 03247a903113971300ed417aa25368a6b04ddb27 Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Sat, 14 Sep 2013 11:00:02 -0400 Subject: [PATCH] Temporarily disable test until SERVER-8678 implements the version v5 upgrade --- jstests/sharding/empty_cluster_init.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jstests/sharding/empty_cluster_init.js b/jstests/sharding/empty_cluster_init.js index 464ee0206cc..df9f4425cb6 100644 --- a/jstests/sharding/empty_cluster_init.js +++ b/jstests/sharding/empty_cluster_init.js @@ -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!"); +} +