Skip to content

Commit

Permalink
Disabling memory.top_7_stress perf test on webview
Browse files Browse the repository at this point in the history
TBR=nednguyen
BUG=621489

Review-Url: https://codereview.chromium.org/2084183003
Cr-Commit-Position: refs/heads/master@{#401241}
  • Loading branch information
oysteine authored and Commit bot committed Jun 22, 2016
1 parent 1483bad commit dfd52a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/perf/benchmarks/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def Name(cls):
# Disable on reference due to crbug.com/539728
# Disable on all Mac as it's also failing on 10.11 and retina.
# crbug.com/555045
@benchmark.Disabled('mac', 'reference')
# Disabling on WebView due to crbug.com/621489
@benchmark.Disabled('mac', 'android-webview', 'reference')
class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
"""Use (recorded) real world web sites and measure memory consumption."""
test = memory.Memory
Expand Down

0 comments on commit dfd52a7

Please sign in to comment.