summaryrefslogtreecommitdiff
path: root/jstests/core/splitvector.js
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2022-11-21 16:27:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-21 18:48:38 +0000
commit4f92dfc82e28e028415f95cc0a50fc2e01bc7487 (patch)
treea01690289bf7ed0a603b047ed0e1e5a24a059374 /jstests/core/splitvector.js
parentd90030950c7f205d2a1354de0fc7efec15a9b6fb (diff)
downloadmongo-4f92dfc82e28e028415f95cc0a50fc2e01bc7487.tar.gz
SERVER-70975 Exclude commands which are not allowed with security token from NTDI core passthrough (Part 4)
Diffstat (limited to 'jstests/core/splitvector.js')
-rw-r--r--jstests/core/splitvector.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/splitvector.js b/jstests/core/splitvector.js
index c99c634824f..a33a9aefa13 100644
--- a/jstests/core/splitvector.js
+++ b/jstests/core/splitvector.js
@@ -1,4 +1,6 @@
+// The test runs commands that are not allowed with security token: datasize, splitVector.
// @tags: [
+// not_allowed_with_security_token,
// assumes_superuser_permissions,
// # Cannot implicitly shard accessed collections because the "splitVector" command cannot be run
// # on a sharded collection