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/server_status_crud_metrics.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/server_status_crud_metrics.js')
-rw-r--r-- | jstests/sharding/server_status_crud_metrics.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/server_status_crud_metrics.js b/jstests/sharding/server_status_crud_metrics.js index 821793a2a8c..62a513242ca 100644 --- a/jstests/sharding/server_status_crud_metrics.js +++ b/jstests/sharding/server_status_crud_metrics.js @@ -1,10 +1,6 @@ /** * Tests for the 'metrics.query' section of the mongoS serverStatus response dealing with CRUD * operations. - * - * TODO SERVER-47015: Remove this blacklist once the changes from SERVER-46505 are in the - * last-stable binary used for multiversion testing. - * @tags: [requires_fcv_44] */ (function() { |