0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-11481: ignore top command during sharded auth test

This commit is contained in:
Scott Hernandez 2013-11-19 15:02:09 -05:00
parent b303efd6b2
commit eb1f40c7ef

View File

@ -2069,6 +2069,7 @@ var authCommandsLib = {
{
testname: "top",
command: {top: 1},
skipSharded: true,
testcases: [
{
runOnDb: adminDbName,