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:
@ -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,
|
||||
|
Reference in New Issue
Block a user