Disable flaky perf benchmark
Bug: skia:7551 Change-Id: Id1e4a345849f0e596d38278e5e9d88dfa476d678 Reviewed-on: https://skia-review.googlesource.com/101127 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
8bf3dcaa86
commit
03bd9ee472
@ -338,7 +338,8 @@
|
||||
"~GM_animated-image-blurs",
|
||||
"~blendmode_mask_",
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped"
|
||||
"~^path_text_clipped",
|
||||
"~shapes_rrect_inner_rrect_50_500x500"
|
||||
],
|
||||
"env": {
|
||||
"BUILDTYPE": "Debug",
|
||||
|
@ -375,6 +375,7 @@
|
||||
"~blendmode_mask_",
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped",
|
||||
"~shapes_rrect_inner_rrect_50_500x500",
|
||||
"--outResultsFile",
|
||||
"/cache/skia/perf/nanobench_abc123_1337000001.json",
|
||||
"--properties",
|
||||
|
@ -275,6 +275,7 @@ def perf_steps(api):
|
||||
'~blendmode_mask_',
|
||||
'~desk_carsvg.skp',
|
||||
'~^path_text_clipped', # Bot times out; skia:7190
|
||||
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
|
||||
])
|
||||
|
||||
if api.vars.upload_perf_results:
|
||||
|
Loading…
Reference in New Issue
Block a user