summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_pref_with_hedging_mode.js
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-23 16:15:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 17:32:39 +0000
commit98427b7a2228f6a8d54475adc9df3991c1c60314 (patch)
treeae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/sharding/read_pref_with_hedging_mode.js
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/sharding/read_pref_with_hedging_mode.js')
-rw-r--r--jstests/sharding/read_pref_with_hedging_mode.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/sharding/read_pref_with_hedging_mode.js b/jstests/sharding/read_pref_with_hedging_mode.js
index bddadc66594..64957daa6d0 100644
--- a/jstests/sharding/read_pref_with_hedging_mode.js
+++ b/jstests/sharding/read_pref_with_hedging_mode.js
@@ -1,9 +1,6 @@
-/*
+/**
* Intergration test for read preference with hedging mode. The more comprehensive
* unit test can be found in dbtests/read_preference_test.cpp and s/hedge_options_util_test.cpp.
- *
- * TODO (SERVER-45432): test that hedging is performed as expected.
- * @tags: [requires_fcv_44]
*/
(function() {