summaryrefslogtreecommitdiff
path: root/jstests/core/hash.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/hash.js')
-rw-r--r--jstests/core/hash.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/hash.js b/jstests/core/hash.js
index ab522564cfb..3b0367080cc 100644
--- a/jstests/core/hash.js
+++ b/jstests/core/hash.js
@@ -4,7 +4,9 @@
* time or across architectures. This is a good place to put tests for any edge cases in the hash
* function that might be prone to change because of code changes or because of differences between
* architectures.
+ * The test runs commands that are not allowed with security token: _hashBSONElement.
* @tags: [
+ * not_allowed_with_security_token,
* no_selinux,
* ]
*/