summaryrefslogtreecommitdiff
path: root/jstests/slowNightly
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-02-12 15:58:38 -0500
committerEric Milkie <milkie@10gen.com>2013-02-12 15:58:43 -0500
commitc1dca21e709b7fdbffedba1c7e279ab32aa14dcb (patch)
tree465e71e3a07c9503d540d370629c0f1b21a98629 /jstests/slowNightly
parent8b3a9982a49b384dc68031d1388661c845ddbf45 (diff)
downloadmongo-c1dca21e709b7fdbffedba1c7e279ab32aa14dcb.tar.gz
SERVER-8344 disable IndexRebuilder test
Diffstat (limited to 'jstests/slowNightly')
-rw-r--r--jstests/slowNightly/index_retry.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/slowNightly/index_retry.js b/jstests/slowNightly/index_retry.js
index e341b56a4b3..d6632c20543 100644
--- a/jstests/slowNightly/index_retry.js
+++ b/jstests/slowNightly/index_retry.js
@@ -1,3 +1,5 @@
+
+if (0) { // SERVER-8536 / SERVER-8344
// Check index rebuild when MongoDB is killed
var ports = allocatePorts(1);
@@ -94,3 +96,4 @@ print("Index built");
stopMongod(ports[0]);
print("SUCCESS!");
+}