summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg McKeon <greg.mckeon@mongodb.com>2019-11-12 08:10:28 -0800
committerGreg McKeon <greg.mckeon@mongodb.com>2019-11-12 08:10:28 -0800
commitcadf7d8226278a057e5249cc33bd3d49601d545a (patch)
treec75e5ce4a0d096dd33c7d346739852ab5a16a32a
parentab5daf7841e8f0e9eb72e669720d38c940085f55 (diff)
downloadmongo-cadf7d8226278a057e5249cc33bd3d49601d545a.tar.gz
Updated core test tags
-rw-r--r--jstests/core/explain_uuid.js2
-rw-r--r--jstests/core/top.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/explain_uuid.js b/jstests/core/explain_uuid.js
index 4339442176b..66fe7a26e00 100644
--- a/jstests/core/explain_uuid.js
+++ b/jstests/core/explain_uuid.js
@@ -1,7 +1,7 @@
/**
* Test that running explain() providing a collection UUID rather than collection name will fail
* cleanly.
- * @tags: [expects_auth_parameters]
+ * @tags: [uses_multiple_connections]
*/
(function() {
"use strict";
diff --git a/jstests/core/top.js b/jstests/core/top.js
index 2d8fd8297c3..bf9a39dcd7f 100644
--- a/jstests/core/top.js
+++ b/jstests/core/top.js
@@ -8,7 +8,7 @@
* @tags: [
* assumes_read_preference_unchanged,
* requires_fastcount,
- *
+ * assumes_superuser_permissions,
* # top command is not available on embedded
* incompatible_with_embedded]
*/