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

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

Issue 2370913003: [Telemetry] Disable long running backgrounded gmail system health test on webview. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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/long_running_stories.py
diff --git a/tools/perf/page_sets/system_health/long_running_stories.py b/tools/perf/page_sets/system_health/long_running_stories.py
index 84fb53b4919cdca672d7c093f4a05cfc997003ab..c6b6b2fc15accfe5f880e1f083732b5b91b1d1f5 100644
--- a/tools/perf/page_sets/system_health/long_running_stories.py
+++ b/tools/perf/page_sets/system_health/long_running_stories.py
@@ -6,6 +6,8 @@ from page_sets.login_helpers import google_login
from page_sets.system_health import platforms
from page_sets.system_health import system_health_story
+from telemetry import benchmark
+
IDLE_TIME_IN_SECONDS = 100
SAMPLING_INTERVAL_IN_SECONDS = 1
@@ -84,6 +86,7 @@ class LongRunningGmailDesktopForegroundStory(_LongRunningGmailDesktopBase):
NAME = 'long_running:tools:gmail-foreground'
+@benchmark.Disabled('android-webview')
nednguyen 2016/09/27 15:59:53 Can you add reason as comment?
rnephew (Reviews Here) 2016/09/27 16:03:13 Done.
class LongRunningGmailMobileBackgroundStory(_LongRunningGmailMobileBase):
BACKGROUND = True
NAME = 'long_running:tools:gmail-background'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698