summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js')
-rw-r--r--jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js b/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
index 03ee4e5fb09..59f2f90b4e5 100644
--- a/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
+++ b/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
@@ -6,7 +6,11 @@
* test suite. This suite does not use ssl so it cannot test modes with ssl.
*/
+// Test setup randomly have auth/no auth setting on shards, which make hooks targetting shard
+// directly more complicated. Skip the hooks since this test doesn't really do migrations.
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
+
load('jstests/ssl/libs/ssl_helpers.js');
(function() {