summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_too_new.js
diff options
context:
space:
mode:
authorIan Whalen <ian.whalen@gmail.com>2014-11-05 20:02:32 -0500
committerIan Whalen <ian.whalen@gmail.com>2014-11-05 20:02:32 -0500
commit386a8f28bb8cc830b8ff9a311f56fab06677e209 (patch)
treeadf05b098b249dde3b47c31956a9c4227c0154dd /jstests/replsets/rollback_too_new.js
parentabf39b71c7217adf9380f93c596dd433b0471f68 (diff)
downloadmongo-386a8f28bb8cc830b8ff9a311f56fab06677e209.tar.gz
SERVER-15981 Disable rollback_too_new.js
Diffstat (limited to 'jstests/replsets/rollback_too_new.js')
-rw-r--r--jstests/replsets/rollback_too_new.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/rollback_too_new.js b/jstests/replsets/rollback_too_new.js
index acd638270d3..4b9ff6a3740 100644
--- a/jstests/replsets/rollback_too_new.js
+++ b/jstests/replsets/rollback_too_new.js
@@ -1,5 +1,6 @@
// test that a rollback of an op more than 1800 secs newer than the new master causes fatal shutdown
+if (false) {
(function() {
"use strict";
// set up a set and grab things for later
@@ -66,3 +67,4 @@
replTest.stopSet();
}());
+};