summaryrefslogtreecommitdiff
path: root/jstests/replsets/disallow_adding_initialized_node1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/disallow_adding_initialized_node1.js')
-rw-r--r--jstests/replsets/disallow_adding_initialized_node1.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/disallow_adding_initialized_node1.js b/jstests/replsets/disallow_adding_initialized_node1.js
index d9f669f9a89..5dcf4ab3391 100644
--- a/jstests/replsets/disallow_adding_initialized_node1.js
+++ b/jstests/replsets/disallow_adding_initialized_node1.js
@@ -3,7 +3,8 @@
* replica set. We have two replica sets, A and B, where A has two nodes, A_0 and A_1, and B has one
* node, B_0. Adding B_0 to replica set A should fail on detecting an inconsistent replica set ID in
* the heartbeat response metadata from B_0.
- * @tags: [requires_fcv_49]
+ * @tags: [
+ * ]
*/
(function() {