summaryrefslogtreecommitdiff
path: root/jstests/core/fts_find_and_modify.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/core/fts_find_and_modify.js
parent785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff)
downloadmongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'jstests/core/fts_find_and_modify.js')
-rw-r--r--jstests/core/fts_find_and_modify.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/fts_find_and_modify.js b/jstests/core/fts_find_and_modify.js
index 607b6273d35..9267ad8e6df 100644
--- a/jstests/core/fts_find_and_modify.js
+++ b/jstests/core/fts_find_and_modify.js
@@ -5,9 +5,6 @@
* # Cannot run when collections are implicitly sharded, since findAndModify requires the query
* # predicate to contain the shard key.
* assumes_unsharded_collection,
- * # We chose not to backport the bug fix for $text + findAndModify to the 4.4 branch, so all
- * # nodes must be at least binary version 4.7.
- * requires_fcv_47,
* # Ban in any configurations that require retryable writes. Although findAndModify is a
* # retryable write command, the 'fields' option does not currently work with retryable writes.
* # See SERVER-31242.