diff options
Diffstat (limited to 'jstests/sharding/group_slaveok.js')
-rw-r--r-- | jstests/sharding/group_slaveok.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/sharding/group_slaveok.js b/jstests/sharding/group_slaveok.js index 154a52128d8..3fb3d6272ae 100644 --- a/jstests/sharding/group_slaveok.js +++ b/jstests/sharding/group_slaveok.js @@ -1,6 +1,10 @@ /** * Tests group using slaveOk. */ + +// Checking UUID consistency involves talking to a shard node, which in this test is shutdown +TestData.skipCheckingUUIDsConsistentAcrossCluster = true; + (function() { 'use strict'; @@ -66,5 +70,4 @@ } st.stop(); - })(); |