summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/timeseries/timeseries_insert_after_update.js1
-rw-r--r--jstests/core/timeseries/timeseries_update.js1
-rw-r--r--jstests/core/timeseries/timeseries_update_concurrent.js1
-rw-r--r--jstests/core/timeseries/timeseries_update_hint.js1
4 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_insert_after_update.js b/jstests/core/timeseries/timeseries_insert_after_update.js
index 993cdee6e9f..6ff70d6e8b5 100644
--- a/jstests/core/timeseries/timeseries_insert_after_update.js
+++ b/jstests/core/timeseries/timeseries_insert_after_update.js
@@ -5,6 +5,7 @@
* @tags: [
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* ]
*/
(function() {
diff --git a/jstests/core/timeseries/timeseries_update.js b/jstests/core/timeseries/timeseries_update.js
index 00d42fdb289..d8f3e2edb5b 100644
--- a/jstests/core/timeseries/timeseries_update.js
+++ b/jstests/core/timeseries/timeseries_update.js
@@ -3,6 +3,7 @@
* @tags: [
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* tenant_migration_incompatible,
* ]
*/
diff --git a/jstests/core/timeseries/timeseries_update_concurrent.js b/jstests/core/timeseries/timeseries_update_concurrent.js
index 3c9c1b5efb5..847aed8c8e4 100644
--- a/jstests/core/timeseries/timeseries_update_concurrent.js
+++ b/jstests/core/timeseries/timeseries_update_concurrent.js
@@ -5,6 +5,7 @@
* assumes_unsharded_collection, # TODO SERVER-60233: Remove this tag.
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* # $currentOp can't run with a readConcern other than 'local'.
* assumes_read_concern_unchanged,
* # This test only synchronizes updates on the primary.
diff --git a/jstests/core/timeseries/timeseries_update_hint.js b/jstests/core/timeseries/timeseries_update_hint.js
index c907ea7ea49..ba910659a5d 100644
--- a/jstests/core/timeseries/timeseries_update_hint.js
+++ b/jstests/core/timeseries/timeseries_update_hint.js
@@ -4,6 +4,7 @@
* assumes_unsharded_collection, # TODO SERVER-60233: Remove this tag.
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* # $currentOp can't run with a readConcern other than 'local'.
* assumes_read_concern_unchanged,
* # This test only synchronizes updates on the primary.