| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 6f9bbfc7660eeba9d712e0b02bd6f3ff915d02d9..135b15ee36d1fcd4dc52a9691c47db2f6972dcea 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -29,6 +29,7 @@ class SmoothnessKeyMobileSites(test.Test):
|
| page_set = 'page_sets/key_mobile_sites.json'
|
|
|
|
|
| +@test.Disabled('android') # crbug.com/350692
|
| class SmoothnessToughAnimationCases(test.Test):
|
| test = smoothness.Smoothness
|
| page_set = 'page_sets/tough_animation_cases.json'
|
|
|