| 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 a7dfc9cd668d6dfd9389528fce714e341348db9e..a882fd5ce184d7aa6de9874fe6ea4d730033564b 100644
 | 
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
 | 
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
 | 
| @@ -190,6 +190,7 @@ class TwitterMobileStory(_NewsBrowsingStory):
 | 
|    SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
 | 
|  
 | 
|  
 | 
| +@decorators.Disabled('win')  # crbug.com/662971
 | 
|  class TwitterDesktopStory(_NewsBrowsingStory):
 | 
|    NAME = 'browse:social:twitter'
 | 
|    URL = 'https://www.twitter.com/nasa'
 | 
| 
 |