diff options
author | Ali Mir <ali.mir@mongodb.com> | 2020-04-23 16:15:22 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-29 17:32:39 +0000 |
commit | 98427b7a2228f6a8d54475adc9df3991c1c60314 (patch) | |
tree | ae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/sharding/move_primary_clone_test.js | |
parent | 18edfccc4083d80b8a289f2fec161c18b94be350 (diff) | |
download | mongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz |
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/sharding/move_primary_clone_test.js')
-rw-r--r-- | jstests/sharding/move_primary_clone_test.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/move_primary_clone_test.js b/jstests/sharding/move_primary_clone_test.js index f36818fd68b..404562e7cd1 100644 --- a/jstests/sharding/move_primary_clone_test.js +++ b/jstests/sharding/move_primary_clone_test.js @@ -1,5 +1,3 @@ -// @tags: [requires_fcv_44] - (function() { 'use strict'; |