summaryrefslogtreecommitdiff
path: root/jstests/sharding/config_rs_no_primary.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/config_rs_no_primary.js')
-rw-r--r--jstests/sharding/config_rs_no_primary.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/sharding/config_rs_no_primary.js b/jstests/sharding/config_rs_no_primary.js
index 41d74869930..e4a90569c87 100644
--- a/jstests/sharding/config_rs_no_primary.js
+++ b/jstests/sharding/config_rs_no_primary.js
@@ -1,9 +1,10 @@
// Tests operation of the cluster when the config servers have no primary and thus the cluster
// metadata is in read-only mode.
-// Checking UUID consistency involves talking to the config server primary, but there is no config
-// server primary by the end of this test.
+// Checking UUID and index consistency involves talking to the config server primary, but there is
+// no config server primary by the end of this test.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
+TestData.skipCheckingIndexesConsistentAcrossCluster = true;
(function() {
"use strict";