| 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 75ba50a20f98d63a565a72f0a2f8a61929710949..e9498818a74027b46799aa116126185bc1bc0090 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -199,6 +199,7 @@ class RedditMobileStory(_ArticleBrowsingStory):
|
| SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
|
|
|
|
|
| +@decorators.Disabled('mac') # crbug.com/722094
|
| class TwitterMobileStory(_ArticleBrowsingStory):
|
| NAME = 'browse:social:twitter'
|
| URL = 'https://www.twitter.com/nasa'
|
|
|