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

Unified Diff: tools/perf/page_sets/system_health/background_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 | « no previous file | tools/perf/page_sets/system_health/browsing_stories.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/background_stories.py
diff --git a/tools/perf/page_sets/system_health/background_stories.py b/tools/perf/page_sets/system_health/background_stories.py
index 65f7d51d6cb891ef4630e6fb87576da86207a401..ff16a87737efe91c938a10813ea5fad2b940deff 100644
--- a/tools/perf/page_sets/system_health/background_stories.py
+++ b/tools/perf/page_sets/system_health/background_stories.py
@@ -6,6 +6,9 @@ from page_sets.system_health import platforms
from page_sets.system_health import system_health_story
from page_sets.system_health.loading_stories import LoadGmailMobileStory
+from telemetry import decorators
+
+
_WAIT_FOR_VIDEO_SECONDS = 5
class _BackgroundStory(system_health_story.SystemHealthStory):
@@ -39,6 +42,7 @@ class BackgroundFacebookMobileStory(_BackgroundStory):
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
+@decorators.Disabled('android') # crbug.com/664521
class BackgroundNytimesMobileStory(_BackgroundStory):
"""The third top website in http://www.alexa.com/topsites/category/News"""
NAME = 'background:news:nytimes'
@@ -77,4 +81,3 @@ class BackgroundGmailMobileStory(LoadGmailMobileStory):
def _Measure(self, action_runner):
action_runner.tab.browser.Background()
super(BackgroundGmailMobileStory, self)._Measure(action_runner)
-
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/browsing_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698