summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_update_concurrent.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_update_concurrent.js')
-rw-r--r--jstests/core/timeseries/timeseries_update_concurrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/timeseries/timeseries_update_concurrent.js b/jstests/core/timeseries/timeseries_update_concurrent.js
index 00a48d94f0b..fdea47f4683 100644
--- a/jstests/core/timeseries/timeseries_update_concurrent.js
+++ b/jstests/core/timeseries/timeseries_update_concurrent.js
@@ -2,7 +2,7 @@
* Tests running the update command on a time-series collection with concurrent modifications to the
* collection.
* @tags: [
- * assumes_no_implicit_collection_creation_after_drop,
+ * assumes_unsharded_collection, # TODO SERVER-59180: Remove this tag.
* does_not_support_stepdowns,
* does_not_support_transactions,
* requires_fcv_51,