| 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 b2b88390ef8a72e7e0c494d302edabe11701e7f0..eefefed9e207d5cbb6fc88df52f00323f2d26b9e 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -141,7 +141,8 @@ class FlipboardDesktopStory(_NewsBrowsingStory):
|
| SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
|
|
|
|
|
| -@decorators.Disabled('win') # crbug.com/657665
|
| +# crbug.com/657665 for win, crbug.com/665007 for linux
|
| +@decorators.Disabled('win', 'linux')
|
| class HackerNewsStory(_NewsBrowsingStory):
|
| NAME = 'browse:news:hackernews'
|
| URL = 'https://news.ycombinator.com'
|
|
|