| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 1176bb2ed50e9a6655de174d280334f48876be18..fe9f50b5c423113a38d2307f28ef16444b602c58 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -121,6 +121,7 @@ class SmoothnessToughWebGLCases(_Smoothness):
|
| return 'smoothness.tough_webgl_cases'
|
|
|
|
|
| +@benchmark.Disabled('win') # http://crbug.com/692663
|
| @benchmark.Disabled('android-webview') # http://crbug.com/653933
|
| class SmoothnessMaps(perf_benchmark.PerfBenchmark):
|
| page_set = page_sets.MapsPageSet
|
|
|