| Index: tools/perf/benchmarks/start_with_url.py
|
| diff --git a/tools/perf/benchmarks/start_with_url.py b/tools/perf/benchmarks/start_with_url.py
|
| index c57e9dc946e4680b003f59769ed7f02c849b30af..eb130be49ae5faf6ae5fe5be28695c5f7f4ef743 100644
|
| --- a/tools/perf/benchmarks/start_with_url.py
|
| +++ b/tools/perf/benchmarks/start_with_url.py
|
| @@ -7,7 +7,7 @@ import page_sets
|
| from telemetry import benchmark
|
|
|
|
|
| -@benchmark.Disabled('android', 'snowleopard') # crbug.com/336913
|
| +@benchmark.Disabled
|
| class StartWithUrlCold(benchmark.Benchmark):
|
| """Measure time to start Chrome cold with startup URLs"""
|
| tag = 'cold'
|
| @@ -17,7 +17,7 @@ class StartWithUrlCold(benchmark.Benchmark):
|
| 'pageset_repeat': 5}
|
|
|
|
|
| -@benchmark.Enabled('has tabs')
|
| +@benchmark.Enabled('android', 'has tabs')
|
| class StartWithUrlWarm(benchmark.Benchmark):
|
| """Measure time to start Chrome warm with startup URLs"""
|
| tag = 'warm'
|
|
|