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

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

Issue 2598693002: [system health] Clean up bugs of disabled stories (Closed)
Patch Set: undo change on browse:news:cnn 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 | « tools/perf/page_sets/system_health/loading_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/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 2eed0ef68485da56409a60928554052ad028cf6b..916e75c08a2c7a707028b49a336d4974ac8db7e2 100644
--- a/tools/perf/page_sets/system_health/long_running_stories.py
+++ b/tools/perf/page_sets/system_health/long_running_stories.py
@@ -83,7 +83,7 @@ class _LongRunningGmailDesktopBase(_LongRunningGmailBase):
'document.getElementById("loading").style.display === "none"')
-@decorators.Disabled('android') # crbug.com.com/664505
+@decorators.Disabled('android') # crbug.com/657433
class LongRunningGmailMobileForegroundStory(_LongRunningGmailMobileBase):
NAME = 'long_running:tools:gmail-foreground'
@@ -92,8 +92,8 @@ class LongRunningGmailDesktopForegroundStory(_LongRunningGmailDesktopBase):
NAME = 'long_running:tools:gmail-foreground'
-@decorators.Disabled('android-webview' # Weview does not have tabs.
- , 'android') # crbug.com/664505
+@decorators.Disabled('android-webview', # Weview does not have tabs.
+ 'android') # crbug.com/657433
class LongRunningGmailMobileBackgroundStory(_LongRunningGmailMobileBase):
BACKGROUND = True
NAME = 'long_running:tools:gmail-background'
« no previous file with comments | « tools/perf/page_sets/system_health/loading_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698