Disabled flaky VideoSendStreamTest.ChangingNetworkRoute

BUG=webrtc:6422
NOTRY=True
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2372553002
Cr-Commit-Position: refs/heads/master@{#14383}
This commit is contained in:
hbos
2016-09-26 11:45:37 -07:00
committed by Commit bot
parent 98088dcccc
commit 8af4fd0128

View File

@ -1135,7 +1135,7 @@ TEST_F(VideoSendStreamTest, MinTransmitBitrateRespectsRemb) {
RunBaseTest(&test);
}
TEST_F(VideoSendStreamTest, ChangingNetworkRoute) {
TEST_F(VideoSendStreamTest, DISABLED_ChangingNetworkRoute) {
class ChangingNetworkRouteTest : public test::EndToEndTest {
public:
const int kStartBitrateBps = 300000;