Skip to content

Commit

Permalink
Disable blink_perf_canvas test for WebView
Browse files Browse the repository at this point in the history
BUG=593200

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

Cr-Commit-Position: refs/heads/master@{#380052}
  • Loading branch information
yolandyan authored and Commit bot committed Mar 9, 2016
1 parent b3075c0 commit 221c276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/perf/benchmarks/blink_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def CreateStorySet(self, options):
return CreateStorySetFromPath(path, SKIPPED_FILE)


@benchmark.Disabled('reference') # http://crbug.com/576779
@benchmark.Disabled('android-webview', # http://crbug.com/593200
'reference') # http://crbug.com/576779
class BlinkPerfCanvas(perf_benchmark.PerfBenchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
Expand Down

0 comments on commit 221c276

Please sign in to comment.