summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2016-02-05 16:01:30 -0500
committerScott Hernandez <scotthernandez@gmail.com>2016-02-05 16:01:30 -0500
commit3e96008ad946a5423806f823e8ee3744c49537be (patch)
tree7d1e2ebf6d88ce0f91fd28289efd678e912053c2
parent874a9cd64e61eb48bf02263c553e1aaa5d4884d0 (diff)
downloadmongo-3e96008ad946a5423806f823e8ee3744c49537be.tar.gz
SERVER-22287: disable test for ephemaral variants
-rw-r--r--jstests/replsets/disallow_adding_initialized_node2.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/disallow_adding_initialized_node2.js b/jstests/replsets/disallow_adding_initialized_node2.js
index 2ed6522e81e..ac5ddfdaf45 100644
--- a/jstests/replsets/disallow_adding_initialized_node2.js
+++ b/jstests/replsets/disallow_adding_initialized_node2.js
@@ -5,6 +5,9 @@
// Add B_0 to the replica set A.
// Start B_0.
// B_0 should show up in A's replica set status as DOWN.
+
+// This test requires users to persist across a restart.
+// @tags: [requires_persistence]
(function () {
'use strict';