summaryrefslogtreecommitdiff
path: root/jstests/core/txns/timeseries_create_in_txn.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/timeseries_create_in_txn.js')
-rw-r--r--jstests/core/txns/timeseries_create_in_txn.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/core/txns/timeseries_create_in_txn.js b/jstests/core/txns/timeseries_create_in_txn.js
index 550bfbca3e4..02ff728f9e7 100644
--- a/jstests/core/txns/timeseries_create_in_txn.js
+++ b/jstests/core/txns/timeseries_create_in_txn.js
@@ -1,8 +1,7 @@
/**
* Tests that it is illegal to create a time-series collection within a transaction.
* @tags: [
- * uses_transactions,
- * requires_fcv_49,
+ * uses_transactions,
* ]
*/
(function() {