| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 341efa4862e472b1a26de3175abedb6351232e02..cceec102d68a0c10d1311b3ec51e283433b0933f 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -22,6 +22,7 @@ class SmoothnessToughCanvasCases(test.Test):
|
| page_set = 'page_sets/tough_canvas_cases.py'
|
|
|
|
|
| +@test.Disabled('linux', 'mac', 'win') # crbug.com/373812
|
| class SmoothnessToughWebGLCases(test.Test):
|
| test = smoothness.Smoothness
|
| page_set = 'page_sets/tough_webgl_cases.py'
|
|
|