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

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

Issue 2552993003: [System Health][Android] Disable failing gmail tests. (Closed)
Patch Set: Created 4 years 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/loading_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 a30cbf0465ab4d15c78604514f7def7f32841ba6..31df314bb3222c14573b06eca76e2c5fa1695983 100644
--- a/tools/perf/page_sets/system_health/background_stories.py
+++ b/tools/perf/page_sets/system_health/background_stories.py
@@ -6,6 +6,8 @@ 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):
@@ -76,6 +78,7 @@ class BackgroundImgurMobileStory(_BackgroundStory):
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
+@decorators.Disabled('android') # crbug.com.com/664505
class BackgroundGmailMobileStory(LoadGmailMobileStory):
NAME = 'background:tools:gmail'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/loading_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698