| Index: tools/perf/benchmarks/system_health_smoke_test.py
|
| diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py
|
| index 7036826c0fc8ceb2b66f292ab97a88ca0b49af95..f7df6e1a8ff570c30970f98488a8d784e56e3c1b 100644
|
| --- a/tools/perf/benchmarks/system_health_smoke_test.py
|
| +++ b/tools/perf/benchmarks/system_health_smoke_test.py
|
| @@ -55,6 +55,10 @@ _DISABLED_TESTS = frozenset({
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.long_running:tools:gmail-background', # pylint: disable=line-too-long
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.long_running:tools:gmail-foreground', # pylint: disable=line-too-long
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.long_running:tools:gmail-background', # pylint: disable=line-too-long
|
| +
|
| + # Disable media tests in CQ. crbug.com/649392
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.play:media:soundcloud' # pylint: disable=line-too-long
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.play:media:google_play_music' # pylint: disable=line-too-long
|
| })
|
|
|
|
|
|
|