summaryrefslogtreecommitdiff
path: root/jstests/core/index_bigkeys_nofail.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
commit05ec08fa62771582fb3f45160fff2e0ff184d6d9 (patch)
treee386f539f71b56a4f7c07f4e61487b0d1e223546 /jstests/core/index_bigkeys_nofail.js
parent167861a164723168adfaaa866f310cb94010428f (diff)
downloadmongo-v3.6.9-dbaas-testing.tar.gz
SERVER-39097 Tag JS tests with reason they're unable to run in Atlas.v3.6.9-dbaas-testing
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() {