diff options
author | Bikash Chandra <bikash.chandra@mongodb.com> | 2021-10-04 18:03:30 +0530 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-05 09:47:49 +0000 |
commit | 0b4fd0cc9ab87b0ca59b1046e5ca4e40060988cb (patch) | |
tree | 89e9513ad99cc263b58d118dce562b35d6a50cb9 /jstests | |
parent | 033e43fe45b29c5d6658b0dc1e1d53b8cc50aecc (diff) | |
download | mongo-0b4fd0cc9ab87b0ca59b1046e5ca4e40060988cb.tar.gz |
SERVER-60418 Add tag to drop_sharded_timeseries_collection.js for unsupported stepdowns
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/concurrency/fsm_workloads/drop_sharded_timeseries_collection.js | 1 |
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'; |