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

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

Issue 2489423004: [System Health] Disable stories failing on Android (Closed)
Patch Set: Created 4 years, 1 month 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/background_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/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 f8527e0634736fc3f57a5fc87f13e51b531ebfa8..8cbc0cc8b905865eea14a89fd0b9de45de053da8 100644
--- a/tools/perf/page_sets/system_health/browsing_stories.py
+++ b/tools/perf/page_sets/system_health/browsing_stories.py
@@ -96,6 +96,7 @@ class CnnStory(_NewsBrowsingStory):
ITEMS_TO_VISIT = 2
+@decorators.Disabled('android') # crbug.com/664518
class FacebookMobileStory(_NewsBrowsingStory):
NAME = 'browse:social:facebook'
URL = 'https://www.facebook.com/rihanna'
@@ -184,6 +185,7 @@ class RedditMobileStory(_NewsBrowsingStory):
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
+@decorators.Disabled('android') # crbug.com/664515
class TwitterMobileStory(_NewsBrowsingStory):
NAME = 'browse:social:twitter'
URL = 'https://www.twitter.com/nasa'
@@ -256,6 +258,7 @@ class _MediaBrowsingStory(_BrowsingStory):
action_runner.Wait(self.ITEM_VIEW_TIME_IN_SECONDS)
+@decorators.Disabled('android') # crbug.com/664518
class ImgurMobileStory(_MediaBrowsingStory):
NAME = 'browse:media:imgur'
URL = 'http://imgur.com/gallery/5UlBN'
« no previous file with comments | « tools/perf/page_sets/system_health/background_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698