Disable VideoSendStreamTest.VP9FlexMode.

Test is racy and fails on bots.

BUG=webrtc:4969
R=pbos@webrtc.org, sprang@webrtc.org

Review URL: https://codereview.webrtc.org/1315803004 .

Cr-Commit-Position: refs/heads/master@{#9888}
This commit is contained in:
philipel
2015-09-08 12:47:02 +02:00
parent c3aa12d5f2
commit f325d2118c

View File

@ -1876,7 +1876,7 @@ TEST_F(VideoSendStreamTest, VP9NoFlexMode) {
RunBaseTest(&test);
}
TEST_F(VideoSendStreamTest, VP9FlexMode) {
TEST_F(VideoSendStreamTest, DISABLED_VP9FlexMode) {
class FlexibleMode : public VP9HeaderObeserver {
void ModifyConfigsHook(
VideoSendStream::Config* send_config,