summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBikash Chandra <bikash.chandra@mongodb.com>2021-10-04 18:03:30 +0530
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-26 18:04:11 +0000
commit7ea128c73b19a9fdccb8ec839ad9d793b8ee5d22 (patch)
tree4592cd3630bf6ab33a74fd07dbe4ae946c4f3cfd
parente1538a57f27bd6b9ae5e6606b89cf0bd158493c4 (diff)
downloadmongo-7ea128c73b19a9fdccb8ec839ad9d793b8ee5d22.tar.gz
SERVER-60418 Add tag to drop_sharded_timeseries_collection.js for unsupported stepdowns
-rw-r--r--jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js b/jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js
index 7a411309b74..ad7a48ea322 100644
--- a/jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js
+++ b/jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js
@@ -3,6 +3,7 @@
*
* @tags: [
* requires_sharding,
+ * does_not_support_stepdowns,
* ]
*/
'use strict';