summaryrefslogtreecommitdiff
path: root/jstests/core/txns/commands_not_allowed_in_txn.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/commands_not_allowed_in_txn.js')
-rw-r--r--jstests/core/txns/commands_not_allowed_in_txn.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/core/txns/commands_not_allowed_in_txn.js b/jstests/core/txns/commands_not_allowed_in_txn.js
index 7300de24598..f23d6bb81c1 100644
--- a/jstests/core/txns/commands_not_allowed_in_txn.js
+++ b/jstests/core/txns/commands_not_allowed_in_txn.js
@@ -1,5 +1,10 @@
// Test commands that are not allowed in multi-document transactions.
-// @tags: [uses_transactions, uses_snapshot_read_concern]
+// @tags: [
+// # mapReduce does not support afterClusterTime.
+// does_not_support_causal_consistency,
+// uses_snapshot_read_concern,
+// uses_transactions,
+// ]
(function() {
"use strict";