| 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 74026c97acf82726e66fd24637cf7449beeb9192..520fb065b536df8076035ba3d68be5f578bd6b98 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/671018
|
| + 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:news:cnn', # pylint: disable=line-too-long
|
| # crbug.com/662003
|
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:social:twitter', # pylint: disable=line-too-long
|
| # crbug.com/662021
|
|
|