mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-46301 Add requires_persistence tag to SERVER-26369.js
This commit is contained in:
parent
82cf48411f
commit
39c6f724da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user