| 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 3f8bc3c9819557d4325fd2c2f234ca42fdc576ef..723fb60e8e3555d206815f78c051f4c16a2ba241 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -50,9 +50,10 @@ class PixelExpectations(GpuTestExpectations):
|
| self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
|
| ['win10', ('intel', 0x1912)], bug=690663)
|
|
|
| - # TODO(jbauman): Enable when reference images exist.
|
| - self.Fail('Pixel_Video_MP4', bug=704389)
|
| - self.Fail('Pixel_Video_VP9', bug=704389)
|
| + # TODO(jbauman): Times out on Linux NVIDIA.
|
| + self.Fail('Pixel_Video_VP9', ['linux', 'nvidia'], bug=704389)
|
| + # TODO(jbauman): Times out on Pixel C.
|
| + self.Fail('Pixel_Video_VP9', ['android', 'nvidia'], bug=704389)
|
|
|
| # TODO(xlai): Remove this after test dimension is shrunk
|
| # Intended to skip only Nexus 5
|
|
|