summaryrefslogtreecommitdiff
path: root/jstests/core/getlog1.js
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2022-11-21 16:26:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-21 18:17:22 +0000
commit3b3961b638da17d54875b5cab45a01238168b0a3 (patch)
treeb896c8837adfbf8fa488faf3df7fa818d370ea1b /jstests/core/getlog1.js
parentf590e944138f1e2d091926df9413f7412c9f477f (diff)
downloadmongo-3b3961b638da17d54875b5cab45a01238168b0a3.tar.gz
SERVER-70975 Exclude commands which are not allowed with security token from NTDI core passthrough (Part 2)
Diffstat (limited to 'jstests/core/getlog1.js')
-rw-r--r--jstests/core/getlog1.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/getlog1.js b/jstests/core/getlog1.js
index d55e68740dd..a5989e87c75 100644
--- a/jstests/core/getlog1.js
+++ b/jstests/core/getlog1.js
@@ -1,4 +1,6 @@
-// @tags: [does_not_support_stepdowns]
+// The test runs commands that are not allowed with security token: getLog.
+// @tags: [
+// not_allowed_with_security_token,does_not_support_stepdowns]
// to run:
// ./mongo jstests/<this-file>