summaryrefslogtreecommitdiff
path: root/jstests/core/txns/kill_op_on_txn_expiry.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/kill_op_on_txn_expiry.js')
-rw-r--r--jstests/core/txns/kill_op_on_txn_expiry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/txns/kill_op_on_txn_expiry.js b/jstests/core/txns/kill_op_on_txn_expiry.js
index dde4930bfae..dda4db63f2a 100644
--- a/jstests/core/txns/kill_op_on_txn_expiry.js
+++ b/jstests/core/txns/kill_op_on_txn_expiry.js
@@ -1,5 +1,5 @@
// Test that ongoing operations in a transaction are interrupted when the transaction expires.
-// @tags: [uses_transactions]
+// @tags: [uses_transactions, assumes_superuser_permissions]
(function() {
"use strict";