| Index: tools/perf/page_sets/system_health/multi_tab_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/multi_tab_stories.py b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| index f472a6beab6b6c4eab4e6599f10fe220da1012b2..684175866caaa949c2f2bf3516a1d18c0217bbeb 100644
|
| --- a/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| +++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| @@ -9,6 +9,8 @@ from page_sets.system_health import system_health_story
|
| from page_sets.system_health import story_tags
|
| from page_sets.system_health import platforms
|
|
|
| +from telemetry import benchmark
|
| +
|
|
|
| class _MultiTabStory(system_health_story.SystemHealthStory):
|
| ABSTRACT_STORY = True
|
| @@ -37,6 +39,7 @@ class _MultiTabStory(system_health_story.SystemHealthStory):
|
| tab.WaitForFrameToBeDisplayed()
|
|
|
|
|
| +@benchmark.Disabled('all') # crbug.com/704197
|
| class MultiTabTypical24Story(_MultiTabStory):
|
| NAME = 'multitab:misc:typical24'
|
| TAGS = [story_tags.TABS_SWITCHING]
|
|
|