summaryrefslogtreecommitdiff
path: root/jstests/auth/basic_role_auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/basic_role_auth.js')
-rw-r--r--jstests/auth/basic_role_auth.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/jstests/auth/basic_role_auth.js b/jstests/auth/basic_role_auth.js
index 0048b0230d9..ff57511a54e 100644
--- a/jstests/auth/basic_role_auth.js
+++ b/jstests/auth/basic_role_auth.js
@@ -419,7 +419,10 @@ var TESTS = [
testOps(conn.getDB('test'), UADMIN_PERM);
}
},
-{
+
+// Changing role test disabled per SERVER-10151. Once we have commands for changing user's roles,
+// this should be changed to use those and re-enabled
+/*{
name: 'Test change role',
test: function(conn) {
var testDB = conn.getDB('test');
@@ -449,7 +452,8 @@ var TESTS = [
testDB2.system.users.update({ user: 'rw' }, origSpec);
}
-},
+},*/
+
{
name: 'Test override user',
test: function(conn) {