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 e9e68857650c9e18cc2575ce0575e33bf63e42a4..b93b4c68644e672fa24ecff310bfe913af925e6e 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -154,8 +154,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
self.Fail( |
'conformance/glsl/bugs/array-of-struct-with-int-first-position.html', |
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) |
- self.Flaky('conformance/extensions/oes-texture-half-float-with-video.html', |
- ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717) |
+ self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', |
+ ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717) |
# Mac / AMD Failures |
self.Fail('deqp/data/gles2/shaders/conversions.html', |