summaryrefslogtreecommitdiff
path: root/jstests/core/update_bit_examples.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_bit_examples.js')
-rw-r--r--jstests/core/update_bit_examples.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/update_bit_examples.js b/jstests/core/update_bit_examples.js
index 850d64ced5b..6545751aacd 100644
--- a/jstests/core/update_bit_examples.js
+++ b/jstests/core/update_bit_examples.js
@@ -1,7 +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.
-// @tags: [assumes_unsharded_collection]
+// @tags: [assumes_unsharded_collection, requires_non_retryable_writes]
// Basic examples for $bit
var res;