summaryrefslogtreecommitdiff
path: root/jstests/core/txns/prepare_conflict_aggregation_behavior.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/prepare_conflict_aggregation_behavior.js')
-rw-r--r--jstests/core/txns/prepare_conflict_aggregation_behavior.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/txns/prepare_conflict_aggregation_behavior.js b/jstests/core/txns/prepare_conflict_aggregation_behavior.js
index c62b7370dc6..972aad211f3 100644
--- a/jstests/core/txns/prepare_conflict_aggregation_behavior.js
+++ b/jstests/core/txns/prepare_conflict_aggregation_behavior.js
@@ -3,7 +3,7 @@
* should not block on prepare conflicts, but writing out to a collection as a part of an aggregate
* pipeline should block on prepare conflicts.
*
- * @tags: [uses_transactions, uses_prepare_transaction]
+ * @tags: [uses_transactions, uses_prepare_transaction, assumes_superuser_permissions]
*/
(function() {
"use strict";