summaryrefslogtreecommitdiff
path: root/jstests/sharding/update_shard_key_conflicting_writes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/update_shard_key_conflicting_writes.js')
-rw-r--r--jstests/sharding/update_shard_key_conflicting_writes.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/sharding/update_shard_key_conflicting_writes.js b/jstests/sharding/update_shard_key_conflicting_writes.js
index 101f8970111..a22c21b1ca6 100644
--- a/jstests/sharding/update_shard_key_conflicting_writes.js
+++ b/jstests/sharding/update_shard_key_conflicting_writes.js
@@ -5,7 +5,12 @@
* Use the 'requires_find_command' tag to skip this test in sharding_op_query suite. Otherwise,
* sessionDB.coll.find() will throw "Cannot run a legacy query on a session".
*
- * @tags: [requires_find_command, uses_transactions, uses_multi_shard_transaction]
+ * @tags: [
+ * requires_find_command,
+ * uses_transactions,
+ * uses_multi_shard_transaction,
+ * need_fixing_for_46
+ * ]
*/
(function() {