summaryrefslogtreecommitdiff
path: root/jstests/change_streams/show_raw_update_description_v1_oplog.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/change_streams/show_raw_update_description_v1_oplog.js')
-rw-r--r--jstests/change_streams/show_raw_update_description_v1_oplog.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/change_streams/show_raw_update_description_v1_oplog.js b/jstests/change_streams/show_raw_update_description_v1_oplog.js
index f3421015c70..8929f3f1aff 100644
--- a/jstests/change_streams/show_raw_update_description_v1_oplog.js
+++ b/jstests/change_streams/show_raw_update_description_v1_oplog.js
@@ -3,6 +3,10 @@
* events with the 'rawUpdateDescription' field instead of the 'updateDescription' field, and tests
* that the 'showRawUpdateDescription' option has no effect on replacements or other types of
* events.
+ *
+ * @tags: [
+ * multiversion_incompatible,
+ * ]
*/
(function() {
"use strict";