Commit 6ab87240 authored by bokan's avatar bokan Committed by Commit bot

Disable pace_cycler.typical_25 on android

Causing redness on Nexus 10 perf bot.

BUG=470071
TBR=dtu@chromium.org,rune@opera.com
NOTRY=true

Review URL: https://codereview.chromium.org/1022543004

Cr-Commit-Position: refs/heads/master@{#321978}
parent 84fec426
...@@ -199,7 +199,8 @@ class PageCyclerToughLayoutCases(_PageCycler): ...@@ -199,7 +199,8 @@ class PageCyclerToughLayoutCases(_PageCycler):
# crbug.com/273986: This test is flakey on Windows. # crbug.com/273986: This test is flakey on Windows.
@benchmark.Disabled('win') # crbug.com/470071: This test is failing on N10
@benchmark.Disabled('win', 'android')
class PageCyclerTypical25(_PageCycler): class PageCyclerTypical25(_PageCycler):
"""Page load time benchmark for a 25 typical web pages. """Page load time benchmark for a 25 typical web pages.
......
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