From e26fa486414a63d31d5e34328d4a38d51badf6ce Mon Sep 17 00:00:00 2001 From: Matthew Saltz Date: Wed, 21 Sep 2022 21:11:43 +0000 Subject: SERVER-68562 Re-enable timeseries_cluster_indexstats.js and timeseries_indexes.js --- jstests/sharding/timeseries_cluster_indexstats.js | 1 - jstests/sharding/timeseries_indexes.js | 1 - 2 files changed, 2 deletions(-) diff --git a/jstests/sharding/timeseries_cluster_indexstats.js b/jstests/sharding/timeseries_cluster_indexstats.js index 975ad853f65..b3610381e75 100644 --- a/jstests/sharding/timeseries_cluster_indexstats.js +++ b/jstests/sharding/timeseries_cluster_indexstats.js @@ -3,7 +3,6 @@ * * @tags: [ * requires_fcv_51, - * __TEMPORARILY_DISABLED__, * ] */ diff --git a/jstests/sharding/timeseries_indexes.js b/jstests/sharding/timeseries_indexes.js index cf2f31193d0..5b9927e2f17 100644 --- a/jstests/sharding/timeseries_indexes.js +++ b/jstests/sharding/timeseries_indexes.js @@ -4,7 +4,6 @@ * * @tags: [ * requires_fcv_51, - * __TEMPORARILY_DISABLED__, * ] */ -- cgit v1.2.1