summaryrefslogtreecommitdiff
path: root/jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@mongodb.com>2021-05-19 20:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 15:49:23 +0000
commit05a0f8e98b633a6e6c26c10576a1044f9da161b5 (patch)
tree3952e670c0e71987b5173eb02e1a279f60bf7b6e /jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js
parent785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff)
downloadmongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js')
-rw-r--r--jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js b/jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js
index 01f7fd7e44b..ed9a1f29a40 100644
--- a/jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js
+++ b/jstests/sharding/test_resharding_test_fixture_detects_unowned_docs.js
@@ -4,7 +4,6 @@
* Verifies that an exception is thrown if a recipient shard has a document it doesn't actually own.
*
* @tags: [
- * requires_fcv_49,
* uses_atclustertime,
* ]
*/