summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/replsets/initial_sync4.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/replsets/initial_sync4.js b/jstests/replsets/initial_sync4.js
index 7ea080081ce..efcc8e435ed 100644
--- a/jstests/replsets/initial_sync4.js
+++ b/jstests/replsets/initial_sync4.js
@@ -1,5 +1,7 @@
// Test update modifier uassert during initial sync. SERVER-4781
+if( 0 ) { // SERVER-4781
+
load("jstests/replsets/rslib.js");
basename = "jstests_initsync4";
@@ -61,3 +63,5 @@ wait(function() {
return status.members &&
(status.members[1].state == 2);
});
+
+} \ No newline at end of file