summaryrefslogtreecommitdiff
path: root/jstests/core/txns
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-06-28 21:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 16:43:47 +0000
commit94899d793452409b358c09b3006c2c438eb3fcdd (patch)
treec383ac1263eee3c04405594efb13127bdd469358 /jstests/core/txns
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/core/txns')
-rw-r--r--jstests/core/txns/timeseries_reads_in_txns.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/jstests/core/txns/timeseries_reads_in_txns.js b/jstests/core/txns/timeseries_reads_in_txns.js
index 4520904ffdb..d51b2532325 100644
--- a/jstests/core/txns/timeseries_reads_in_txns.js
+++ b/jstests/core/txns/timeseries_reads_in_txns.js
@@ -1,10 +1,9 @@
/**
* Tests if queries against time-series collections in transactions work as expected.
* @tags: [
- * requires_fcv_49,
- * requires_find_command,
- * assumes_against_mongod_not_mongos,
- * uses_transactions,
+ * assumes_against_mongod_not_mongos,
+ * requires_fcv_49,
+ * uses_transactions,
* ]
*/
(function() {