diff options
author | Aaron <aaron@10gen.com> | 2012-02-05 21:44:04 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2012-02-06 22:12:26 -0800 |
commit | 65e2ffc8d28e46148593512fbb976e970fbf2a52 (patch) | |
tree | 959cd4b6f330cba43733557dd1c6178d603f4261 /jstests/replsets/initial_sync4.js | |
parent | 97c194fc3d3ab1773d4a6edc8c0fa540a154a62f (diff) | |
download | mongo-65e2ffc8d28e46148593512fbb976e970fbf2a52.tar.gz |
SERVER-4781 disable test
Diffstat (limited to 'jstests/replsets/initial_sync4.js')
-rw-r--r-- | jstests/replsets/initial_sync4.js | 4 |
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 |