summaryrefslogtreecommitdiff
path: root/jstests/core/txns/commands_not_allowed_in_txn.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/commands_not_allowed_in_txn.js')
-rw-r--r--jstests/core/txns/commands_not_allowed_in_txn.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/txns/commands_not_allowed_in_txn.js b/jstests/core/txns/commands_not_allowed_in_txn.js
index 62e285bbdbd..a38b4c4c0aa 100644
--- a/jstests/core/txns/commands_not_allowed_in_txn.js
+++ b/jstests/core/txns/commands_not_allowed_in_txn.js
@@ -94,8 +94,6 @@
{count: collName, query: {a: 1}},
{applyOps: [{op: "u", ns: testColl.getFullName(), o2: {_id: 0}, o: {$set: {a: 5}}}]},
{explain: {find: collName}},
- {eval: "function() {return 1;}"},
- {"$eval": "function() {return 1;}"},
{filemd5: 1, root: "fs"},
{mapReduce: collName, map: function() {}, reduce: function(key, vals) {}, out: "out"},
{parallelCollectionScan: collName, numCursors: 1},