| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index 2cd77df16f7fe1fa7e5fbab920a61f25ef619c08..93f84ff99a85e51f7719a057d720351c9294897e 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -11,6 +11,7 @@ from telemetry import benchmark
|
|
|
| @benchmark.Enabled('has tabs')
|
| @benchmark.Disabled('android') # http://crbug.com/460084
|
| +@benchmark.Disabled('mac-reference') # http://crbug.com/634378
|
| class TabSwitchingTop10(perf_benchmark.PerfBenchmark):
|
| """This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
|
|
|
|
|