summaryrefslogtreecommitdiff
path: root/jstests/core/mr_index.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/mr_index.js')
-rw-r--r--jstests/core/mr_index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/mr_index.js b/jstests/core/mr_index.js
index 35240275d9a..9b71a6b38e7 100644
--- a/jstests/core/mr_index.js
+++ b/jstests/core/mr_index.js
@@ -5,8 +5,6 @@
// uses_map_reduce_with_temp_collections,
// ]
-assert.commandWorked(db.adminCommand({setParameter: 1, internalQueryUseAggMapReduce: true}));
-
t = db.mr_index;
t.drop();
@@ -45,5 +43,3 @@ res = t.mapReduce(m, r, {out: outName});
assert.eq(3, ex().executionStats.nReturned, "B1");
res.drop();
-
-assert.commandWorked(db.adminCommand({setParameter: 1, internalQueryUseAggMapReduce: false}));