Commit 5a4590f0 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable tough webgl cases everywhere.

It is also making the android bots red.

BUG=373812
NOTRY=True
NOTREECHECKS=True
TBR=bajones@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271195 0039d316-1c4b-4281-b951-d872f2087c98
parent f4e2cadc
...@@ -22,7 +22,7 @@ class SmoothnessToughCanvasCases(test.Test): ...@@ -22,7 +22,7 @@ class SmoothnessToughCanvasCases(test.Test):
page_set = 'page_sets/tough_canvas_cases.py' page_set = 'page_sets/tough_canvas_cases.py'
@test.Disabled('linux', 'mac', 'win') # crbug.com/373812 @test.Disabled # crbug.com/373812
class SmoothnessToughWebGLCases(test.Test): class SmoothnessToughWebGLCases(test.Test):
test = smoothness.Smoothness test = smoothness.Smoothness
page_set = 'page_sets/tough_webgl_cases.py' page_set = 'page_sets/tough_webgl_cases.py'
......
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