summaryrefslogtreecommitdiff
path: root/jstests/core/txns/read_concerns.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/read_concerns.js')
-rw-r--r--jstests/core/txns/read_concerns.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/jstests/core/txns/read_concerns.js b/jstests/core/txns/read_concerns.js
index 83d1d5f2813..ace544e4fd7 100644
--- a/jstests/core/txns/read_concerns.js
+++ b/jstests/core/txns/read_concerns.js
@@ -1,6 +1,12 @@
// Verifies which read concern levels transactions support, with and without afterClusterTime.
//
-// @tags: [uses_transactions, uses_snapshot_read_concern, requires_majority_read_concern]
+// The test runs commands that are not allowed with security token: endSession.
+// @tags: [
+// not_allowed_with_security_token,
+// uses_transactions,
+// uses_snapshot_read_concern,
+// requires_majority_read_concern,
+// ]
(function() {
"use strict";