Commit 625b0fa0 authored by Sami Kyostila's avatar Sami Kyostila Committed by Commit Bot

perf: Disable wikipedia stories which are crashing on Windows

TBR=perezju@chromium.org

Bug: 777931
Change-Id: I487a6c7335e310adbf395c51597980f756fef656
Reviewed-on: https://chromium-review.googlesource.com/735546Reviewed-by: default avatarSami Kyöstilä <skyostil@chromium.org>
Commit-Queue: Sami Kyöstilä <skyostil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511268}
parent a8c9933d
...@@ -52,6 +52,10 @@ class SystemHealthDesktopMemoryExpectations(expectations.StoryExpectations): ...@@ -52,6 +52,10 @@ class SystemHealthDesktopMemoryExpectations(expectations.StoryExpectations):
[expectations.ALL], 'crbug.com/769809') [expectations.ALL], 'crbug.com/769809')
self.DisableStory('browse:tools:maps', [expectations.ALL_MAC], self.DisableStory('browse:tools:maps', [expectations.ALL_MAC],
'crbug.com/773084') 'crbug.com/773084')
self.DisableStory('load:news:wikipedia',
[expectations.ALL_WIN], 'crbug.com/777931')
self.DisableStory('load_accessibility:media:wikipedia',
[expectations.ALL_WIN], 'crbug.com/777931')
class SystemHealthMobileCommonExpectations(expectations.StoryExpectations): class SystemHealthMobileCommonExpectations(expectations.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