summaryrefslogtreecommitdiff
path: root/jstests/core/min_max_key.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/min_max_key.js')
-rw-r--r--jstests/core/min_max_key.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/min_max_key.js b/jstests/core/min_max_key.js
index e14a7ba4fda..5314e8d3436 100644
--- a/jstests/core/min_max_key.js
+++ b/jstests/core/min_max_key.js
@@ -89,9 +89,6 @@ testQueriesWithMinOrMaxKey();
testTypeBracketedQueries();
assert.commandWorked(coll.createIndex({a: 1}));
-// TODO: SERVER-35921 The results of the queries above should not change based on the
-// presence of an index
-assert.commandWorked(coll.dropIndexes());
testQueriesWithMinOrMaxKey();
testTypeBracketedQueries();