| 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 b5c99a1cdb8b25581033d34283a3db45b60a9105..465ee822ac126b37c2f7d52fe5aa1532a812baee 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -356,6 +356,7 @@ class LoadWeatherStory(_LoadingStory):
|
| TAGS = [story_tags.JAVASCRIPT_HEAVY]
|
|
|
|
|
| +@decorators.Disabled('all') # crbug.com/715936
|
| class LoadDriveStory(_LoadingStory):
|
| NAME = 'load:tools:drive'
|
| URL = 'https://drive.google.com/drive/my-drive'
|
|
|