summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_update.js')
-rw-r--r--jstests/core/timeseries/timeseries_update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/timeseries/timeseries_update.js b/jstests/core/timeseries/timeseries_update.js
index 13ebe199e8c..57eb7ec1958 100644
--- a/jstests/core/timeseries/timeseries_update.js
+++ b/jstests/core/timeseries/timeseries_update.js
@@ -1,7 +1,7 @@
/**
* Tests running the update command on a time-series 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_getmore,