| 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 04862001845ca10a3a9e96d7b4cfb494d66ae585..0f32e5abdd0fa4897d5845f79c0aa47fd726b92d 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -146,6 +146,7 @@ class HackerNewsStory(_NewsBrowsingStory):
|
| ITEM_SELECTOR = '.athing .title > a'
|
|
|
|
|
| +@decorators.Disabled('android') # crbug.com/676315
|
| class NytimesMobileStory(_NewsBrowsingStory):
|
| """The third top website in http://www.alexa.com/topsites/category/News"""
|
| NAME = 'browse:news:nytimes'
|
|
|