summaryrefslogtreecommitdiff
path: root/jstests/replsets/reindex.js
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-08-04 14:46:30 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-05 16:27:25 +0000
commit14ef67e5d039a491ef897edd49bd7d075a18029c (patch)
treeb8278aac606f85d5515f33fdd22d0dd0bfa3b3f4 /jstests/replsets/reindex.js
parent9e4b6e5c2f9e266ed05ce7c913631f12548e4160 (diff)
downloadmongo-14ef67e5d039a491ef897edd49bd7d075a18029c.tar.gz
SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47
Diffstat (limited to 'jstests/replsets/reindex.js')
-rw-r--r--jstests/replsets/reindex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/reindex.js b/jstests/replsets/reindex.js
index 316e5cd7f1e..454e72f25e8 100644
--- a/jstests/replsets/reindex.js
+++ b/jstests/replsets/reindex.js
@@ -3,7 +3,7 @@
* that the command can't be run on a primary or a secondary. Then it will make sure that the
* reindex command can be successfully run on a standalone node.
*
- * @tags: [requires_fcv_46]
+ * @tags: [requires_fcv_47]
*/
(function() {