summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2017-04-25 12:57:02 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2017-05-01 17:08:18 -0400
commit71f6003599e15d6f1be1bb7a0803fa3af248225d (patch)
tree4bf4049aade6d652f94ed555231b8e16dc468ffd /jstests/auth
parent90e073b4a457656ff63bdc13b7f6eb51fafdc130 (diff)
downloadmongo-71f6003599e15d6f1be1bb7a0803fa3af248225d.tar.gz
SERVER-28872 remove ClusterRepairDatabaseCmd from mongos
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/lib/commands_lib.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 53f808ef4e0..7dfef950adf 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -3770,6 +3770,7 @@ var authCommandsLib = {
{
testname: "repairDatabase",
command: {repairDatabase: 1},
+ skipSharded: true,
testcases: [
{
runOnDb: adminDbName,