summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.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/sharding/shard_drops_non_donor_indexes_before_first_chunk.js
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js')
-rw-r--r--jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js b/jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js
index 40590478f57..b7514be78cd 100644
--- a/jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js
+++ b/jstests/sharding/shard_drops_non_donor_indexes_before_first_chunk.js
@@ -1,8 +1,6 @@
/**
* Verify that a recipient shard drops indexes that do not exist on the donor shard before
* receiving its first chunk.
- *
- * @tags: [requires_fcv_44]
*/
(function() {
"use strict";