Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: tools/perf/page_sets/system_health/searching_stories.py

Issue 2827623002: [tools/perf] Disable browse:chrome:newtab (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698