summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-02-21 12:59:25 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-21 18:38:35 +0000
commit39c6f724daaaf2f0d0f16d815f9fe281dd7dbba9 (patch)
treedc648dd09d0ffc8a298dd61325d9c3a5d8de82bd /jstests/sslSpecial
parent82cf48411f7c6faee2d3dabcce8bb168542dacc2 (diff)
downloadmongo-39c6f724daaaf2f0d0f16d815f9fe281dd7dbba9.tar.gz
SERVER-46301 Add requires_persistence tag to SERVER-26369.js
Diffstat (limited to 'jstests/sslSpecial')
-rw-r--r--jstests/sslSpecial/SERVER-26369.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sslSpecial/SERVER-26369.js b/jstests/sslSpecial/SERVER-26369.js
index 6118bacd1db..4012b9b6cce 100644
--- a/jstests/sslSpecial/SERVER-26369.js
+++ b/jstests/sslSpecial/SERVER-26369.js
@@ -1,3 +1,7 @@
+// Test restarts a single repl set node and it will never have repl config when it restarts
+// so it won't be able to transition to primary.
+// @tags: [requires_persistence]
+
// Validate the shardsrvr does not crash when enabling SSL with encrypted PEM for a cluster
// Checking UUID consistency involves talking to a shard node, which in this test is shutdown
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;