summaryrefslogtreecommitdiff
path: root/jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-23 16:15:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 17:32:39 +0000
commit98427b7a2228f6a8d54475adc9df3991c1c60314 (patch)
treeae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js')
-rw-r--r--jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js b/jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js
index 2379bf16668..a0554614dfc 100644
--- a/jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js
+++ b/jstests/replsets/reconfig_waits_for_a_majority_to_replicate_config.js
@@ -1,8 +1,6 @@
-/*
+/**
* Test that replSetReconfig waits for a majority of nodes to replicate the config
* before starting another reconfig.
- *
- * @tags: [requires_fcv_44]
*/
(function() {