Commit 7dd3a053 authored by perezju's avatar perezju Committed by Commit bot

[tools/perf] Disable browse:chrome:newtab on webview

Webview does not have new tab page.

TBR=nednguyen@google.com,ssid@chromium.org
BUG=716041

Review-Url: https://codereview.chromium.org/2848893002
Cr-Commit-Position: refs/heads/master@{#468095}
parent 2118ed44
...@@ -70,6 +70,7 @@ class SearchOmniboxStory(system_health_story.SystemHealthStory): ...@@ -70,6 +70,7 @@ class SearchOmniboxStory(system_health_story.SystemHealthStory):
action_runner.ScrollPage(use_touch=True, distance=500) action_runner.ScrollPage(use_touch=True, distance=500)
@decorators.Disabled('android-webview') # Webview does not have new tab page.
class MobileNewTabPageStory(system_health_story.SystemHealthStory): class MobileNewTabPageStory(system_health_story.SystemHealthStory):
"""Story that loads new tab page and performs searches. """Story that loads new tab page and performs searches.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment