Chromium Code Reviews| 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 916e75c08a2c7a707028b49a336d4974ac8db7e2..a916636cdffc5868acbadffe31f28efe97eaa3c3 100644 |
| --- a/tools/perf/page_sets/system_health/long_running_stories.py |
| +++ b/tools/perf/page_sets/system_health/long_running_stories.py |
| @@ -88,6 +88,7 @@ class LongRunningGmailMobileForegroundStory(_LongRunningGmailMobileBase): |
| NAME = 'long_running:tools:gmail-foreground' |
| +@decorators.Disabled() # crbug.com/681839 |
|
perezju
2017/01/17 15:46:37
actually, I think this should be Disabled('all')
Sami
2017/01/17 15:48:17
Oops, thanks, fixed!
|
| class LongRunningGmailDesktopForegroundStory(_LongRunningGmailDesktopBase): |
| NAME = 'long_running:tools:gmail-foreground' |