| Index: content/test/gpu/gpu_tests/pixel_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| index 5e8038b35ef210c19486890cea8cd7d7d54a116d..757260a1d3372c036989a7d38859ca100f25bbf8 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -40,3 +40,7 @@ class PixelExpectations(GpuTestExpectations):
|
| # further.
|
| self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
|
| bug=660461)
|
| +
|
| + # TODO(kainino): remove this once golden images are generated
|
| + self.Fail('Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear',
|
| + bug=666259)
|
|
|