| Index: tools/perf/page_sets/system_health/loading_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
|
| index eb0c54e45fdabf1c21c79ab2020e07591c43fcc4..2b0af06d974c17772a7682e534952b81a416138f 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -309,7 +309,7 @@ class LoadGmailDesktopStory(_LoadGmailBaseStory):
|
| 'document.getElementById("loading").style.display === "none"')
|
|
|
|
|
| -@decorators.Disabled('android') # crbug.com.com/664505
|
| +@decorators.Disabled('android') # crbug.com/657433
|
| class LoadGmailMobileStory(_LoadGmailBaseStory):
|
| SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
|
|
|
|
|