| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 69afb152e3de84c1bad0f71f08a6d5aab58b335a..e304537023836722a58424053dcfdc4293654c43 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -27,7 +27,7 @@ class SmoothnessToughCanvasCases(benchmark.Benchmark):
|
| page_set = page_sets.ToughCanvasCasesPageSet
|
|
|
|
|
| -@benchmark.Disabled('android', 'mac') # crbug.com/373812
|
| +@benchmark.Disabled('android', 'mac', 'win') # crbug.com/373812
|
| class SmoothnessToughWebGLCases(benchmark.Benchmark):
|
| test = smoothness.Smoothness
|
| page_set = page_sets.ToughWebglCasesPageSet
|
|
|