| 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 90bfec16be802f244d8cbb62777173e435d75cff..e00bdf3702dc83d28fe34230092807d818b0adc4 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -159,3 +159,9 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| ['android'], bug=315976)
|
| self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
|
| ['android'], bug=315976)
|
| +
|
| + # Skip slow tests.
|
| + self.Skip('conformance/context/context-creation-and-destruction.html',
|
| + bug=322689)
|
| + self.Skip('conformance/rendering/multisample-corruption.html',
|
| + bug=322689)
|
|
|