Commit 69b38e03 authored by petrcermak's avatar petrcermak Committed by Commit bot

Disable blink_perf.canvas on Android One

Rationale: The benchmark is consistently failing on the "Android One
Perf (2)" bot (see the associated bug).

BUG=593973
TBR=skyostil
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq

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

Cr-Commit-Position: refs/heads/master@{#381741}
parent 0f924bea
......@@ -177,6 +177,10 @@ class BlinkPerfCanvas(perf_benchmark.PerfBenchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
@classmethod
def ShouldDisable(cls, possible_browser):
return cls.IsSvelte(possible_browser) # http://crbug.com/593973.
@classmethod
def Name(cls):
return 'blink_perf.canvas'
......
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