diff options
author | Ian Whalen <ian.whalen@gmail.com> | 2014-11-05 20:02:32 -0500 |
---|---|---|
committer | Ian Whalen <ian.whalen@gmail.com> | 2014-11-05 20:02:32 -0500 |
commit | 386a8f28bb8cc830b8ff9a311f56fab06677e209 (patch) | |
tree | adf05b098b249dde3b47c31956a9c4227c0154dd | |
parent | abf39b71c7217adf9380f93c596dd433b0471f68 (diff) | |
download | mongo-386a8f28bb8cc830b8ff9a311f56fab06677e209.tar.gz |
SERVER-15981 Disable rollback_too_new.js
-rw-r--r-- | jstests/replsets/rollback_too_new.js | 2 |
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(); }()); +}; |