| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 168e862c2123fea125e0bdc077cde4d73fe3b28a..f791d764a604731937bbbd2062e32c9a74b00922 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -447,6 +447,8 @@ class SmoothnessToughTextureUploadCases(_Smoothness):
|
| return 'smoothness.tough_texture_upload_cases'
|
|
|
|
|
| +# http://crbug.com/647413
|
| +@benchmark.Disabled('android')
|
| class SmoothnessToughAdCases(_Smoothness):
|
| """Measures rendering statistics while displaying advertisements."""
|
| page_set = page_sets.SyntheticToughAdCasesPageSet
|
|
|