summaryrefslogtreecommitdiff
path: root/jstests/core/update_arraymatch8.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_arraymatch8.js')
-rw-r--r--jstests/core/update_arraymatch8.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/update_arraymatch8.js b/jstests/core/update_arraymatch8.js
index 88b9d3374e8..aa2e840b255 100644
--- a/jstests/core/update_arraymatch8.js
+++ b/jstests/core/update_arraymatch8.js
@@ -1,6 +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.
+// TODO SERVER-49852: remove sbe_incompatible tag
// @tags: [
// assumes_unsharded_collection,
// sbe_incompatible,