Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: tools/perf/page_sets/system_health/loading_stories.py

Issue 2222453003: [system-health] Disable {load, browse}:news:washingtonpost on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/system_health/browsing_stories.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « tools/perf/page_sets/system_health/browsing_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698