| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index da90b7d916a39f021b1b67df302c7ef2cb2a1365..f9ce2ab698663b3b3c28fb727dd0e52d4c91e210 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -221,8 +221,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # NVIDIA
|
| self.Fail('conformance/textures/misc/default-texture.html',
|
| ['linux', ('nvidia', 0x104a)], bug=422152)
|
| - self.Flaky('conformance/extensions/angle-instanced-arrays.html',
|
| - ['linux', 'nvidia'], bug=544989)
|
| + self.Fail('conformance/extensions/angle-instanced-arrays.html',
|
| + ['linux', 'nvidia'], bug=544989) # Too flaky to retry
|
| self.Flaky('conformance/extensions/oes-element-index-uint.html',
|
| ['linux', 'nvidia'], bug=524144)
|
| # AMD Radeon 5450
|
|
|