Commit dbe6c559 authored by Jennifer Apacible's avatar Jennifer Apacible Committed by Commit Bot

Disable RTCVideoDecoderAdapterTest.Decode

It is flakily crashing.

TBR=sandersd@chromium.org
NOTRY=true (disabling a test)

Bug: 875336
Change-Id: Ia134612a0fc11edcdcac8a3c5420e7bd40dc39f3
Reviewed-on: https://chromium-review.googlesource.com/1180074Reviewed-by: default avatarapacible <apacible@chromium.org>
Commit-Queue: apacible <apacible@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584112}
parent c92a99f2
...@@ -214,7 +214,8 @@ TEST_F(RTCVideoDecoderAdapterTest, DISABLED_InitializationFailure) { ...@@ -214,7 +214,8 @@ TEST_F(RTCVideoDecoderAdapterTest, DISABLED_InitializationFailure) {
ASSERT_FALSE(CreateAndInitialize(false)); ASSERT_FALSE(CreateAndInitialize(false));
} }
TEST_F(RTCVideoDecoderAdapterTest, Decode) { // Crashing. See https://crbug.com/875336.
TEST_F(RTCVideoDecoderAdapterTest, DISABLED_Decode) {
ASSERT_TRUE(BasicSetup()); ASSERT_TRUE(BasicSetup());
EXPECT_CALL(*video_decoder_, Decode(_, _)) EXPECT_CALL(*video_decoder_, Decode(_, _))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment