| 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 a5a25cc2739f96850df9b5197c82418c5e514686..a8967213dacc27199d99f215ac6cf74b2d109ad9 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -848,7 +848,7 @@ class _InfiniteScrollStory(system_health_story.SystemHealthStory):
|
| return 'Load %s then make a very long scroll.' % cls.URL
|
|
|
|
|
| -@decorators.Disabled('win') # crbug.com/728152
|
| +@decorators.Disabled('win', 'linux') # crbug.com/728152
|
| class DiscourseDesktopStory(_InfiniteScrollStory):
|
| NAME = 'browse:tech:discourse_infinite_scroll'
|
| URL = ('https://meta.discourse.org/t/the-official-discourse-tags-plugin-discourse-tagging/26482')
|
|
|