summaryrefslogtreecommitdiff
path: root/jstests/sharding/index_commands_shard_targeting.js
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-03-23 16:08:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-24 19:10:40 +0000
commit52aa42a9f55b4d852d16cd1a53a1fdafda754129 (patch)
tree2ffc2bc70f8a6f42a26a4cad40511b3285ccb4a4 /jstests/sharding/index_commands_shard_targeting.js
parent2e9edb0ffaeb66ef09969814180bb748e8d5082d (diff)
downloadmongo-52aa42a9f55b4d852d16cd1a53a1fdafda754129.tar.gz
SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes last stable
Diffstat (limited to 'jstests/sharding/index_commands_shard_targeting.js')
-rw-r--r--jstests/sharding/index_commands_shard_targeting.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/index_commands_shard_targeting.js b/jstests/sharding/index_commands_shard_targeting.js
index e3b3f8d6a40..2472f5a9d56 100644
--- a/jstests/sharding/index_commands_shard_targeting.js
+++ b/jstests/sharding/index_commands_shard_targeting.js
@@ -2,7 +2,6 @@
* Test that the index commands send and check shard versions, and only target the shards
* that have chunks for the collection. Also test that the commands fail if they are run
* when the critical section is in progress, and block until the critical section is over.
- * @tags: [requires_fcv_44]
*/
(function() {
"use strict";