Commit 6e193dc3 authored by Vovo Yang's avatar Vovo Yang Committed by Commit Bot

[tools/perf] Disable tab_switching.typical_25 on Mac

Bug: 747026
Change-Id: If3154377583d9617516d6c2f4596d1da35272b97
Reviewed-on: https://chromium-review.googlesource.com/595352Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Vovo Yang <vovoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491325}
parent f2f6d8de
...@@ -48,4 +48,6 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark): ...@@ -48,4 +48,6 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
def SetExpectations(self): def SetExpectations(self):
self.PermanentlyDisableBenchmark([story.expectations.ALL_MOBILE], self.PermanentlyDisableBenchmark([story.expectations.ALL_MOBILE],
'Desktop benchmark.') 'Desktop benchmark.')
self.DisableStory('multitab:misc:typical24',
[story.expectations.ALL_MAC], 'crbug.com/747026')
return StoryExpectations() return StoryExpectations()
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