summaryrefslogtreecommitdiff
path: root/jstests/auth/user_defined_roles.js
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2018-03-14 14:39:17 -0400
committerjannaerin <golden.janna@gmail.com>2018-03-14 17:46:39 -0400
commitb5ef3780e6956b51659e953080d783f67ca31b64 (patch)
treedc5204165d2deef8a51b31d38e873e8ea174ea77 /jstests/auth/user_defined_roles.js
parent1b0fd9388bf1a782e9d67eab2215503576e5ca59 (diff)
downloadmongo-b5ef3780e6956b51659e953080d783f67ca31b64.tar.gz
SERVER-33882 Add requires_sharding tag to sharding tests
Diffstat (limited to 'jstests/auth/user_defined_roles.js')
-rw-r--r--jstests/auth/user_defined_roles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/user_defined_roles.js b/jstests/auth/user_defined_roles.js
index ffdca820d98..221c8c06e5a 100644
--- a/jstests/auth/user_defined_roles.js
+++ b/jstests/auth/user_defined_roles.js
@@ -1,6 +1,7 @@
/**
* This tests that user defined roles actually grant users the ability to perform the actions they
* should, and that changing the privileges assigned to roles changes the access granted to the user
+ * @tags: [requires_sharding]
*/
function runTest(conn) {