summaryrefslogtreecommitdiff
path: root/jstests/core/killop_drop_collection.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:18:58 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:18:58 -0400
commit8d817350fbf32a61a9280c84a864222cc99faf27 (patch)
tree6ca794afb0be3f7000952eeb5bcc5cdf9e0622fc /jstests/core/killop_drop_collection.js
parent2d58509b392be9a2c98fb4326ae052d7a5b9f4ea (diff)
downloadmongo-8d817350fbf32a61a9280c84a864222cc99faf27.tar.gz
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
Diffstat (limited to 'jstests/core/killop_drop_collection.js')
-rw-r--r--jstests/core/killop_drop_collection.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/core/killop_drop_collection.js b/jstests/core/killop_drop_collection.js
index ce263201ca0..621b5c4ace9 100644
--- a/jstests/core/killop_drop_collection.js
+++ b/jstests/core/killop_drop_collection.js
@@ -5,8 +5,9 @@
* successfully.
*
* @tags: [
- * # Uses index building in background
- * requires_background_index,
+ * assumes_superuser_permissions,
+ * # Uses index building in background
+ * requires_background_index,
* ]
*/
(function() {