| 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 2930e28282217ec14670cad7eb6cf8c983cce80c..6b9841d87a430e0ec53c3061c8c170a6207672d8 100644
|
| --- a/tools/perf/benchmarks/system_health_smoke_test.py
|
| +++ b/tools/perf/benchmarks/system_health_smoke_test.py
|
| @@ -32,6 +32,8 @@ def GetSystemHealthBenchmarksToSmokeTest():
|
|
|
|
|
| _DISABLED_TESTS = frozenset({
|
| + # cburg.com/721549
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.browse:news:toi', # pylint: disable=line-too-long
|
| # crbug.com/702455
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:media:youtube', # pylint: disable=line-too-long
|
| # crbug.com/637230
|
|
|