| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 0891977f268e0c7e56e2b43088fd441fe71727ff..66dd4fce1b79885082afba55b86db987b33fa26c 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -94,6 +94,7 @@ class SmoothnessToughCanvasCases(_Smoothness):
|
|
|
|
|
| @benchmark.Disabled('android') # crbug.com/373812
|
| +@benchmark.Disabled('win-reference') # crbug.com/612810
|
| class SmoothnessToughWebGLCases(_Smoothness):
|
| page_set = page_sets.ToughWebglCasesPageSet
|
|
|
|
|