summaryrefslogtreecommitdiff
path: root/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/ensure_active_txn_for_prepare_transaction.js')
-rw-r--r--jstests/core/txns/ensure_active_txn_for_prepare_transaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js b/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
index 2847d139c89..a9212e9cd51 100644
--- a/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
+++ b/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
@@ -1,7 +1,7 @@
/**
* Test that we can't call prepareTransaction if there isn't an active transaction on the session.
*
- * @tags: [uses_transactions, uses_prepare_transaction]
+ * @tags: [uses_transactions, uses_prepare_transaction, assumes_superuser_permissions]
*/
(function() {