summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-11 14:59:12 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-14 00:23:08 -0400
commit78acc64523fbc05cd9a8c2f8980bbe51a0d957e7 (patch)
treef4662301863279c55717c2cdc13548ac9074f7c6 /jstests/auth
parent12a2947ebd5ebbf5282e2d5e2c673eeae840f578 (diff)
downloadmongo-78acc64523fbc05cd9a8c2f8980bbe51a0d957e7.tar.gz
SERVER-13084: move compact details down into RecordStore layer
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/lib/commands_lib.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index fa389d8a104..294fd331954 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -2271,7 +2271,8 @@ var authCommandsLib = {
}
]
},
- {
+/* temporarily removed see SERVER-13555
+ {
testname: "storageDetails",
command: {storageDetails: "x", analyze: "diskStorage"},
skipSharded: true,
@@ -2293,7 +2294,7 @@ var authCommandsLib = {
]
}
]
- },
+ }, */
{
testname: "text",
command: {text: "x"},