summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/timeseries_shard_collection.js2
-rw-r--r--jstests/sharding/timeseries_sharded_insert.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/sharding/timeseries_shard_collection.js b/jstests/sharding/timeseries_shard_collection.js
index dd36e353701..4f5127f5bdf 100644
--- a/jstests/sharding/timeseries_shard_collection.js
+++ b/jstests/sharding/timeseries_shard_collection.js
@@ -2,7 +2,7 @@
* Tests that time-series collections can be sharded with different configurations.
*
* @tags: [
- * disabled_due_to_server_58295
+ * requires_fcv_51
* ]
*/
diff --git a/jstests/sharding/timeseries_sharded_insert.js b/jstests/sharding/timeseries_sharded_insert.js
index a5abaebbb6a..d954e14afe4 100644
--- a/jstests/sharding/timeseries_sharded_insert.js
+++ b/jstests/sharding/timeseries_sharded_insert.js
@@ -3,7 +3,7 @@
*
* @tags: [
* requires_fcv_51,
- * requires_find_command,
+ * requires_find_command
* ]
*/