| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 6303fbbb7bc8be859fd3059ec518869d108d53db..40428ac90333aeb5b87259d0e4c60274adbfda30 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -49,7 +49,8 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
| def Name(cls):
|
| return 'system_health.common_%s' % cls.PLATFORM
|
|
|
| -
|
| +@benchmark.Disabled('win10') # crbug.com/657665, crbug.com/653893
|
| +@benchmark.Disabled('mac') # crbug.com/664661
|
| class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
|
| """Desktop Chrome Energy System Health Benchmark."""
|
| PLATFORM = 'desktop'
|
|
|