diff options
author | Jon Streets <jonathan.streets@mongodb.com> | 2021-05-19 20:10:31 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-23 15:49:23 +0000 |
commit | 05a0f8e98b633a6e6c26c10576a1044f9da161b5 (patch) | |
tree | 3952e670c0e71987b5173eb02e1a279f60bf7b6e /jstests/sharding/resharding_critical_section_timeout.js | |
parent | 785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff) | |
download | mongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz |
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'jstests/sharding/resharding_critical_section_timeout.js')
-rw-r--r-- | jstests/sharding/resharding_critical_section_timeout.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/resharding_critical_section_timeout.js b/jstests/sharding/resharding_critical_section_timeout.js index 5370f24a7d5..01a96011220 100644 --- a/jstests/sharding/resharding_critical_section_timeout.js +++ b/jstests/sharding/resharding_critical_section_timeout.js @@ -2,7 +2,6 @@ * Verifies that resharding honors the critical section timeout. * * @tags: [ - * requires_fcv_49, * uses_atclustertime, * disabled_due_to_server_58295 * ] |