| Index: tools/perf/page_sets/system_health/browsing_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
|
| index ad2b529f1f1f60483b417fb43f28bed331015360..f9be0b34829e63b12e60e0dad78b131e89f4dc95 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -141,8 +141,8 @@ class FlipboardDesktopStory(_NewsBrowsingStory):
|
| SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
|
|
|
|
|
| -# crbug.com/657665 for win, crbug.com/665007 for linux
|
| -@decorators.Disabled('win', 'linux')
|
| +# crbug.com/657665 for win and mac, crbug.com/665007 for linux
|
| +@decorators.Disabled('win', 'linux', 'yosemite', 'elcapitan')
|
| class HackerNewsStory(_NewsBrowsingStory):
|
| NAME = 'browse:news:hackernews'
|
| URL = 'https://news.ycombinator.com'
|
|
|