Commit 2e2d7141 authored by simonhatch's avatar simonhatch Committed by Commit bot

Disable blink_perf.canvas on linux.

This has been red going on a week now.

BUG=488059
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect

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

Cr-Commit-Position: refs/heads/master@{#330085}
parent 9088052d
......@@ -167,7 +167,8 @@ class BlinkPerfCSS(benchmark.Benchmark):
return CreatePageSetFromPath(path, SKIPPED_FILE)
@benchmark.Disabled('win') # crbug.com/455796
@benchmark.Disabled('win', # crbug.com/455796
'linux') # crbug.com/488059
class BlinkPerfCanvas(benchmark.Benchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
......
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