diff options
author | Yoonsoo Kim <yoonsoo.kim@mongodb.com> | 2021-06-25 04:02:07 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-30 04:38:03 +0000 |
commit | 908625ffdec050a71aa2ce47c35788739f629c60 (patch) | |
tree | 4148ede604d0fdf02a13a1ef8a5195e1f46f0463 /buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml | |
parent | 064703b493175e9fc7a39c146af98146c630e5ce (diff) | |
download | mongo-908625ffdec050a71aa2ce47c35788739f629c60.tar.gz |
SERVER-58037 Remove readMode:commands from resmoke config files
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml index 14faa80383c..b628125e7ab 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_replication_metrics.yml @@ -27,9 +27,7 @@ executor: hooks: - AggregateResourceConsumptionMetricsInBackground tests: true - config: - shell_options: - readMode: commands + config: {} hooks: - class: AggregateResourceConsumptionMetricsInBackground - class: CleanupConcurrencyWorkloads |