| 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 50d777900bd9254f94a241ebb7268928535b9bef..04862001845ca10a3a9e96d7b4cfb494d66ae585 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -87,10 +87,7 @@ class _NewsBrowsingStory(_BrowsingStory):
|
| repeat_count=self.MAIN_PAGE_SCROLL_REPEAT)
|
|
|
|
|
| -# TODO(ulan): Enable this story on mobile once it uses less memory and does not
|
| -# crash with OOM.
|
| -@decorators.Disabled('android',
|
| - 'win') # crbug.com/665465
|
| +@decorators.Disabled('android') # crbug.com/676338
|
| class CnnStory(_NewsBrowsingStory):
|
| """The second top website in http://www.alexa.com/topsites/category/News"""
|
| NAME = 'browse:news:cnn'
|
|
|