| Index: trunk/src/media/filters/pipeline_integration_test.cc
|
| ===================================================================
|
| --- trunk/src/media/filters/pipeline_integration_test.cc (revision 194468)
|
| +++ trunk/src/media/filters/pipeline_integration_test.cc (working copy)
|
| @@ -923,12 +923,4 @@
|
| ASSERT_TRUE(WaitUntilOnEnded());
|
| }
|
|
|
| -// Verify that VP8 video with alpha channel can be played back.
|
| -TEST_F(PipelineIntegrationTest, BasicPlayback_VP8A_WebM) {
|
| - ASSERT_TRUE(Start(GetTestDataFilePath("bear-vp8a.webm"),
|
| - PIPELINE_OK));
|
| - Play();
|
| - ASSERT_TRUE(WaitUntilOnEnded());
|
| -}
|
| -
|
| } // namespace media
|
|
|