diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2017-04-25 12:57:02 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2017-05-01 17:08:18 -0400 |
commit | 71f6003599e15d6f1be1bb7a0803fa3af248225d (patch) | |
tree | 4bf4049aade6d652f94ed555231b8e16dc468ffd /jstests/auth | |
parent | 90e073b4a457656ff63bdc13b7f6eb51fafdc130 (diff) | |
download | mongo-71f6003599e15d6f1be1bb7a0803fa3af248225d.tar.gz |
SERVER-28872 remove ClusterRepairDatabaseCmd from mongos
Diffstat (limited to 'jstests/auth')
-rw-r--r-- | jstests/auth/lib/commands_lib.js | 1 |
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, |