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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/txns/commands_not_allowed_in_txn.js b/jstests/core/txns/commands_not_allowed_in_txn.js
index a7e9586ba47..4ecd712946b 100644
--- a/jstests/core/txns/commands_not_allowed_in_txn.js
+++ b/jstests/core/txns/commands_not_allowed_in_txn.js
@@ -97,7 +97,6 @@
{eval: "function() {return 1;}"},
{"$eval": "function() {return 1;}"},
{filemd5: 1, root: "fs"},
- {geoNear: collName, near: [0, 0]},
{mapReduce: collName, map: function() {}, reduce: function(key, vals) {}, out: "out"},
{parallelCollectionScan: collName, numCursors: 1},
];