summaryrefslogtreecommitdiff
path: root/jstests/core/txns/timeseries_insert_in_txn.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/timeseries_insert_in_txn.js')
-rw-r--r--jstests/core/txns/timeseries_insert_in_txn.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/core/txns/timeseries_insert_in_txn.js b/jstests/core/txns/timeseries_insert_in_txn.js
index b6690749b38..299a94dccc1 100644
--- a/jstests/core/txns/timeseries_insert_in_txn.js
+++ b/jstests/core/txns/timeseries_insert_in_txn.js
@@ -1,9 +1,8 @@
/**
* Tests that it is illegal to insert documents into a time-series collection within a transaction.
* @tags: [
- * assumes_no_implicit_collection_creation_after_drop,
- * uses_transactions,
- * requires_fcv_49,
+ * assumes_no_implicit_collection_creation_after_drop,
+ * uses_transactions,
* ]
*/
(function() {