| 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 7cf997811d924a60dd754e7a4066f1c5c5e46064..d91898e72dcfa46a85305dbee78ef2f1ca5c5869 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -197,6 +197,9 @@
|
| ['linux', 'nvidia'], bug=544989) # Too flaky to retry
|
| self.Flaky('conformance/extensions/oes-element-index-uint.html',
|
| ['linux', 'nvidia'], bug=524144)
|
| + self.Flaky('conformance/textures/image/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['linux', 'nvidia'], bug=596622)
|
| # AMD
|
| self.Flaky('conformance/more/functions/uniformi.html',
|
| ['linux', 'amd'], bug=550989)
|
|
|