summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/database_versioning_all_commands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/database_versioning_all_commands.js b/jstests/sharding/database_versioning_all_commands.js
index ee21aaf5c15..18ada22deef 100644
--- a/jstests/sharding/database_versioning_all_commands.js
+++ b/jstests/sharding/database_versioning_all_commands.js
@@ -456,7 +456,7 @@ let testCases = {
echo: {skip: "does not forward command to primary shard"},
enableSharding: {skip: "does not forward command to primary shard"},
endSessions: {skip: "goes through the cluster write path"},
- explain: {skip: "TODO SERVER-31226"},
+ explain: {skip: "already tested by each CRUD command through the 'explain' field"},
features: {skip: "executes locally on mongos (not sent to any remote node)"},
filemd5: {
run: {