summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-08-07 15:12:04 -0400
committerEric Milkie <milkie@10gen.com>2013-08-07 15:30:52 -0400
commit72009e81f2c622abdc26e39ada424cd5fa666ac9 (patch)
treea6311d031abd578c00199a09763c5a553073d38d
parent75d9c31c5c2c3a0c937a9b3adb7708c301388021 (diff)
downloadmongo-72009e81f2c622abdc26e39ada424cd5fa666ac9.tar.gz
SERVER-10429 disable flaky test until we can fix it properly
-rw-r--r--jstests/sharding/read_pref_cmd.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/read_pref_cmd.js b/jstests/sharding/read_pref_cmd.js
index d5c30499379..d36dcca9abc 100644
--- a/jstests/sharding/read_pref_cmd.js
+++ b/jstests/sharding/read_pref_cmd.js
@@ -1,3 +1,4 @@
+if (0) { // SERVER-10429, SERVER-7533
load("jstests/replsets/rslib.js");
var NODE_COUNT = 2;
@@ -343,3 +344,4 @@ testAllModes(st.s, st.rs0.nodes, true);
st.stop();
+}