summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}());
+};