Chromium Code Reviews| Index: media/filters/pipeline_integration_test.cc |
| =================================================================== |
| --- media/filters/pipeline_integration_test.cc (revision 281860) |
| +++ media/filters/pipeline_integration_test.cc (working copy) |
| @@ -1473,7 +1473,8 @@ |
| } |
| // Verify that VP9 video with 4:4:4 subsampling can be played back. |
| -TEST_F(PipelineIntegrationTest, P444_VP9_WebM) { |
| +// http://www.crbug.com/392309 |
|
scherkus (not reviewing)
2014/07/08 23:58:44
can you elaborate this comment?
TODO(johannkoenig
|
| +TEST_F(PipelineIntegrationTest, DISABLED_P444_VP9_WebM) { |
| ASSERT_TRUE(Start(GetTestDataFilePath("bear-320x240-P444.webm"), |
| PIPELINE_OK)); |
| Play(); |