summaryrefslogtreecommitdiff
path: root/jstests/core/mr_undef.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/mr_undef.js')
-rw-r--r--jstests/core/mr_undef.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/mr_undef.js b/jstests/core/mr_undef.js
index cddf86edf6d..f2ad1c135a4 100644
--- a/jstests/core/mr_undef.js
+++ b/jstests/core/mr_undef.js
@@ -5,8 +5,6 @@
// uses_map_reduce_with_temp_collections,
// ]
-assert.commandWorked(db.adminCommand({setParameter: 1, internalQueryUseAggMapReduce: true}));
-
t = db.mr_undef;
t.drop();
@@ -34,5 +32,3 @@ assert.eq(1, out.find({_id: {$type: 10}}).itcount(), "A2");
x = out.findOne();
assert.eq(x, out.findOne({_id: x["_id"]}), "A3");
-
-assert.commandWorked(db.adminCommand({setParameter: 1, internalQueryUseAggMapReduce: false}));