Commit 1ea8a245 authored by sullivan's avatar sullivan Committed by Commit bot

Disabled tab_switching.five_blank_pages on Mac until we can fix issues with histogram buckets

BUG=455349

Review URL: https://codereview.chromium.org/866913006

Cr-Commit-Position: refs/heads/master@{#314679}
parent 0599e81b
...@@ -44,6 +44,7 @@ class TabSwitchingTypical25(benchmark.Benchmark): ...@@ -44,6 +44,7 @@ class TabSwitchingTypical25(benchmark.Benchmark):
return 'tab_switching.typical_25' return 'tab_switching.typical_25'
@benchmark.Disabled('mac') # http://crbug.com/455349
@benchmark.Enabled('has tabs') @benchmark.Enabled('has tabs')
class TabSwitchingFiveBlankTabs(benchmark.Benchmark): class TabSwitchingFiveBlankTabs(benchmark.Benchmark):
"""This test records the MPArch.RWH_TabSwitchPaintDuration histogram. """This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment