diff options
author | Tommaso Tocci <tommaso.tocci@mongodb.com> | 2021-07-28 18:29:05 +0200 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-29 09:59:03 +0000 |
commit | 6c29b2a14b77c9b7ed2efd925fa6445e77ae7ba6 (patch) | |
tree | 7e0c9389f8f2d03ea3c7f7944cb5ed2cd8d0035f /jstests/sharding/sharding_rs2.js | |
parent | e81cb3762287d565644a96d2891d7d8ad820f1b0 (diff) | |
download | mongo-6c29b2a14b77c9b7ed2efd925fa6445e77ae7ba6.tar.gz |
SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion suites after 5.1 FCV constants update
Diffstat (limited to 'jstests/sharding/sharding_rs2.js')
-rw-r--r-- | jstests/sharding/sharding_rs2.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/sharding_rs2.js b/jstests/sharding/sharding_rs2.js index 27a249c7473..b7df5a40f16 100644 --- a/jstests/sharding/sharding_rs2.js +++ b/jstests/sharding/sharding_rs2.js @@ -8,7 +8,6 @@ // storage engines which do not support the command. // @tags: [ // requires_fsync, -// disabled_due_to_server_58295 // ] (function() { |