| Index: tools/perf/page_sets/system_health/searching_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/searching_stories.py b/tools/perf/page_sets/system_health/searching_stories.py
|
| index a4cc8d3c4243321b8d5eed72a26c69f43552c81d..ac1666af6c22f3bd68cae4bcd6da902b5dcd5f22 100644
|
| --- a/tools/perf/page_sets/system_health/searching_stories.py
|
| +++ b/tools/perf/page_sets/system_health/searching_stories.py
|
| @@ -6,6 +6,8 @@ from page_sets.system_health import platforms
|
| from page_sets.system_health import story_tags
|
| from page_sets.system_health import system_health_story
|
|
|
| +from telemetry import decorators
|
| +
|
| from devil.android.sdk import keyevent # pylint: disable=import-error
|
|
|
|
|
| @@ -67,6 +69,7 @@ class SearchOmniboxStory(system_health_story.SystemHealthStory):
|
| action_runner.ScrollPage(use_touch=True, distance=500)
|
|
|
|
|
| +@decorators.Disabled('android') # crbug.com/712590
|
| class MobileNewTabPageStory(system_health_story.SystemHealthStory):
|
| """Story that loads new tab page and performs searches.
|
|
|
|
|