Chromium Code Reviews| 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 84f5922d3617a0bff4823f4900ac160b9bce60db..7452f17013e9c93670d6067198a300afc37d5e93 100644 |
| --- a/tools/perf/benchmarks/system_health_smoke_test.py |
| +++ b/tools/perf/benchmarks/system_health_smoke_test.py |
| @@ -41,12 +41,6 @@ def GetSystemHealthBenchmarksToSmokeTest(): |
| _DISABLED_TESTS = frozenset({ |
| # crbug.com/624474 |
| 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:tools:dropbox', # pylint: disable=line-too-long |
| - # crbug.com/624701 |
|
ericrk
2016/07/08 21:55:32
I've confirmed that this (and the following tests)
petrcermak
2016/07/11 07:35:04
Great, thanks :-)
|
| - 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:games:bubbles', # pylint: disable=line-too-long |
| - # crbug.com/624840 |
| - 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:drive', # pylint: disable=line-too-long |
| - 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:gmail', # pylint: disable=line-too-long |
| - 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:tools:dropbox', # pylint: disable=line-too-long |
| }) |