summaryrefslogtreecommitdiff
path: root/jstests/gle/gle_sharded_write.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/gle/gle_sharded_write.js')
-rw-r--r--jstests/gle/gle_sharded_write.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/gle/gle_sharded_write.js b/jstests/gle/gle_sharded_write.js
index 537787aa1fe..b67ab34ec1a 100644
--- a/jstests/gle/gle_sharded_write.js
+++ b/jstests/gle/gle_sharded_write.js
@@ -3,8 +3,10 @@
// Note that test should work correctly with and without write commands.
//
-// Checking UUID consistency involves talking to shards, but this test shuts down one shard.
+// Checking UUID and index consistency involves talking to shards, but this test shuts down one
+// shard.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
+TestData.skipCheckingIndexesConsistentAcrossCluster = true;
(function() {
'use strict';