summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/batch_write_command_update.js')
-rw-r--r--jstests/core/batch_write_command_update.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/batch_write_command_update.js b/jstests/core/batch_write_command_update.js
index 7c9bf29fae5..8a37d77067e 100644
--- a/jstests/core/batch_write_command_update.js
+++ b/jstests/core/batch_write_command_update.js
@@ -1,10 +1,7 @@
// Cannot implicitly shard accessed collections because of following errmsg: A single
// update/delete on a sharded collection must contain an exact match on _id or contain the shard
// key.
-// MMap doesn't implement RecordStore::oplogStartHack so it uses the OplogStart stage instead when
-// performing ts queries on the oplog during retry. This is considerable slower since it will
-// have to perform table scans within an extent.
-// @tags: [assumes_unsharded_collection, skip_in_retryable_writes_mmapv1_passthrough]
+// @tags: [assumes_unsharded_collection, requires_non_retryable_writes]
//
// Ensures that mongod respects the batch write protocols for updates