summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/all_paths_validindex.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/all_paths_validindex.js')
-rw-r--r--jstests/noPassthroughWithMongod/all_paths_validindex.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/noPassthroughWithMongod/all_paths_validindex.js b/jstests/noPassthroughWithMongod/all_paths_validindex.js
index fe108b64ba8..dc2802ce143 100644
--- a/jstests/noPassthroughWithMongod/all_paths_validindex.js
+++ b/jstests/noPassthroughWithMongod/all_paths_validindex.js
@@ -157,8 +157,5 @@
} finally {
assert.commandWorked(
db.adminCommand({"setParameter": 1, "internalQueryAllowAllPathsIndexes": false}));
-
- // TODO: SERVER-36444 remove calls to drop() once wildcard index validation works.
- coll.drop();
}
})();