summaryrefslogtreecommitdiff
path: root/jstests/sharding/migration_coordinator_basic.js
diff options
context:
space:
mode:
authorAlex Taskov <alex.taskov@mongodb.com>2020-04-03 10:42:41 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-03 14:55:40 +0000
commit6540acb12aeeb2327f81d2c6ef3b73626554b13f (patch)
treee79dc070b1a2e68d035bbd77ea669af7ca6872b0 /jstests/sharding/migration_coordinator_basic.js
parent0decca93cfd99752e7918e3ca8ecf6255d6069f2 (diff)
downloadmongo-6540acb12aeeb2327f81d2c6ef3b73626554b13f.tar.gz
SERVER-45993 Remove code in migration tests that caters to 4.2 binaries
Diffstat (limited to 'jstests/sharding/migration_coordinator_basic.js')
-rw-r--r--jstests/sharding/migration_coordinator_basic.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/migration_coordinator_basic.js b/jstests/sharding/migration_coordinator_basic.js
index 2a75d0a0341..a4125f77f69 100644
--- a/jstests/sharding/migration_coordinator_basic.js
+++ b/jstests/sharding/migration_coordinator_basic.js
@@ -3,9 +3,6 @@
* own and the recipient's config.rangeDeletions, and informs itself and the recipient of the
* migration's outcome by updating or deleting its own and the recipient's config.rangeDeletions
* entries for the migration.
- *
- * This test expects migrations to use the FCV 4.4 protocol.
- * @tags: [requires_fcv_44]
*/
(function() {