Commit 564d2796 authored by Mythri Alle's avatar Mythri Alle Committed by Commit Bot

Disable imgur page in v8.browsing_desktop on linux platform

Bug: chromium:788796
Change-Id: I208022746d63a6379dcf55cb12c1ec8fea8aabcc
Reviewed-on: https://chromium-review.googlesource.com/794110Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Mythri Alle <mythria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519740}
parent ef9c7759
...@@ -122,6 +122,10 @@ class V8DesktopBrowsingBenchmark( ...@@ -122,6 +122,10 @@ class V8DesktopBrowsingBenchmark(
'browse:tools:maps', 'browse:tools:maps',
[story.expectations.ALL_MAC], [story.expectations.ALL_MAC],
'crbug.com/773084') 'crbug.com/773084')
self.DisableStory(
'browse:media:imgur',
[story.expectations.ALL_LINUX],
'crbug.com/788796')
return StoryExpectations() return StoryExpectations()
def SetExtraBrowserOptions(self, options): def SetExtraBrowserOptions(self, options):
......
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