| 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 34efe2b882ab01ac10c399e59719639b80878f52..dbc22bc74d612ac3f3be5cb17fd962dad0cd90d0 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -199,7 +199,7 @@ class WashingtonPostMobileStory(_NewsBrowsingStory):
|
| URL = 'https://www.washingtonpost.com/pwa'
|
| IS_SINGLE_PAGE_APP = True
|
| ITEM_SELECTOR = '.hed > a'
|
| - SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
|
| + SUPPORTED_PLATFORMS = platforms.NO_PLATFORMS # http://crbug.com/634112
|
| _CLOSE_BUTTON_SELECTOR = '.close'
|
|
|
| def _DidLoadDocument(self, action_runner):
|
|
|