| Index: tools/perf/page_sets/system_health/loading_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
|
| index 7bc49533fcd3ac265ed9761471a3a4a675eae977..911d4bae8fb0cf227a0326f21cf51e65b25c0168 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -176,7 +176,7 @@ class LoadSohuStory(_LoadingStory):
|
| class LoadWashingtonPostMobileStory(_LoadingStory):
|
| NAME = 'load:news:washingtonpost'
|
| URL = 'https://www.washingtonpost.com/pwa'
|
| - SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
|
| + SUPPORTED_PLATFORMS = platforms.NO_PLATFORMS # http://crbug.com/634112
|
| _CLOSE_BUTTON_SELECTOR = '.close'
|
|
|
| def _DidLoadDocument(self, action_runner):
|
|
|