| 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 38e5634c50b47283993c612da61860e05c55e6aa..cd9d961086659cc156d65089ea439e19fbaec73f 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -64,3 +64,6 @@ class PixelExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
|
| self.Skip('Pixel_OffscreenCanvasWebGLDefaultWorker',
|
| ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
|
| +
|
| + # TODO(jbauman): Remove once windows 10 reference images are generated.
|
| + self.Fail('*', ['win10'], bug=704389)
|
|
|