| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index ed75b503d7bf2c2423327bcf3cd9e18baf88f3a4..0b485fbcb42d571742f25bde4121f3755d439976 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -9,9 +9,10 @@ import page_sets
|
| from telemetry import benchmark
|
|
|
|
|
| -@benchmark.Enabled('has tabs')
|
| +#@benchmark.Enabled('has tabs')
|
| @benchmark.Disabled('mac-reference') # http://crbug.com/612774
|
| @benchmark.Disabled('android') # http://crbug.com/460084
|
| +@benchmark.Disabled('all') # http://crbug.com/710524
|
| class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
|
| """This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
|
|
|
|
|