Chromium Code Reviews| 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 2a6815533a5c3edd0db5165106e9a1dbe64f76b8..841199d3bc317acbecbc8ca9508209eeb8f3305f 100644 |
| --- a/tools/perf/page_sets/system_health/browsing_stories.py |
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py |
| @@ -134,7 +134,7 @@ class FlipboardDesktopStory(_NewsBrowsingStory): |
| SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY |
| -@decorators.Disabled('win') # crbug.com/657665 |
| +@decorators.Disabled('win' ,'linux') # crbug.com/657665 #crbug.com/665007 |
|
mustaq
2016/11/16 14:54:16
# crbug.com/657665 for win, crbug.com/665007 for l
sunyunjia
2016/11/16 16:39:58
Done.
|
| class HackerNewsStory(_NewsBrowsingStory): |
| NAME = 'browse:news:hackernews' |
| URL = 'https://news.ycombinator.com' |