| 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 929e48fb2a6390d3ad91503c4f2affc547ab03ae..511b0098b91af3d6d17014043826655d926d12f8 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -50,11 +50,6 @@ class PixelExpectations(GpuTestExpectations):
|
| self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
|
| ['win10', ('intel', 0x1912)], bug=690663)
|
|
|
| - # 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(jbauman): Re-enable when references images created.
|
| self.Fail('Pixel_DirectComposition_Video_*', ['win'], bug=704389)
|
|
|
|
|