Commit 858e3781 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable smoothness.tough_webgl_cases on Windows.

It's flaking with the same error that causes it to be disabled on other platforms.

TBR=bajones@chromium.org
BUG=373812

Review URL: https://codereview.chromium.org/502133006

Cr-Commit-Position: refs/heads/master@{#291932}
parent 7a32920f
...@@ -27,7 +27,7 @@ class SmoothnessToughCanvasCases(benchmark.Benchmark): ...@@ -27,7 +27,7 @@ class SmoothnessToughCanvasCases(benchmark.Benchmark):
page_set = page_sets.ToughCanvasCasesPageSet page_set = page_sets.ToughCanvasCasesPageSet
@benchmark.Disabled('android', 'mac') # crbug.com/373812 @benchmark.Disabled('android', 'mac', 'win') # crbug.com/373812
class SmoothnessToughWebGLCases(benchmark.Benchmark): class SmoothnessToughWebGLCases(benchmark.Benchmark):
test = smoothness.Smoothness test = smoothness.Smoothness
page_set = page_sets.ToughWebglCasesPageSet page_set = page_sets.ToughWebglCasesPageSet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment