Commit 064785b2 authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

//tools/perf: Disable smoothness benchmark story on mac

The story seems to be failing, so disabling it on mac for now.

TBR=rnephew

Bug: 770904
Change-Id: I5516cd57f726361e09ac976fdc32da1bd87abcfa
Reviewed-on: https://chromium-review.googlesource.com/696283Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505861}
parent 09213deb
...@@ -182,6 +182,9 @@ class SmoothnessKeyDesktopMoveCases(_Smoothness): ...@@ -182,6 +182,9 @@ class SmoothnessKeyDesktopMoveCases(_Smoothness):
self.DisableStory('https://mail.google.com/mail/', self.DisableStory('https://mail.google.com/mail/',
[story_module.expectations.ALL_WIN], [story_module.expectations.ALL_WIN],
'crbug.com/750131') 'crbug.com/750131')
self.DisableStory('https://mail.google.com/mail/',
[story_module.expectations.ALL_MAC],
'crbug.com/770904')
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