| 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 0ca7d624b8235dfb867198bd0979213bf3c7d713..69b96ef8d8cc79f189eb0fd0dcaa070345864b72 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({
|
| + # crbug.com/733427
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.browse:news:cnn', # pylint: disable=line-too-long
|
| # cburg.com/721549
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.browse:news:toi', # pylint: disable=line-too-long
|
| # crbug.com/702455
|
|
|