summaryrefslogtreecommitdiff
path: root/jstests/core/index_bigkeys_nofail.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index_bigkeys_nofail.js')
-rw-r--r--jstests/core/index_bigkeys_nofail.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/core/index_bigkeys_nofail.js b/jstests/core/index_bigkeys_nofail.js
index be58427ba6d..8253ad1a212 100644
--- a/jstests/core/index_bigkeys_nofail.js
+++ b/jstests/core/index_bigkeys_nofail.js
@@ -1,4 +1,9 @@
-// @tags: [does_not_support_stepdowns, requires_non_retryable_writes, requires_fastcount]
+// @tags: [
+// assumes_superuser_permissions,
+// does_not_support_stepdowns,
+// requires_fastcount,
+// requires_non_retryable_writes,
+// ]
// SERVER-16497: Check that failIndexKeyTooLong setting works
(function() {