summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js')
-rw-r--r--jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js b/jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js
index 2b515f89d59..5f31ed28870 100644
--- a/jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js
+++ b/jstests/noPassthroughWithMongod/all_paths_and_text_indexes.js
@@ -95,6 +95,7 @@
// Disable $** indexes once the tests have either completed or failed.
assert.commandWorked(
db.adminCommand({setParameter: 1, internalQueryAllowAllPathsIndexes: false}));
+
// TODO: SERVER-36444 remove this coll.drop because validation should work now.
coll.drop();
}