Disable VideoSendStreamTest.RelayToDirectRoute due to flakiness

Bug: webrtc:13353
Change-Id: Ia8dc28c8a14622c7aaac99415422a96cf0555290
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/240181
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35512}
This commit is contained in:
Bjorn Terelius
2021-12-07 12:35:41 +01:00
committed by WebRTC LUCI CQ
parent b0e7556e49
commit 1c78c41724

View File

@ -1665,7 +1665,8 @@ TEST_F(VideoSendStreamTest, ChangingNetworkRoute) {
// Test that if specified, relay cap is lifted on transition to direct
// connection.
TEST_F(VideoSendStreamTest, RelayToDirectRoute) {
// TODO(https://bugs.webrtc.org/13353): Test disabled due to flakiness.
TEST_F(VideoSendStreamTest, DISABLED_RelayToDirectRoute) {
static const int kStartBitrateBps = 300000;
static const int kRelayBandwidthCapBps = 800000;
static const int kMinPacketsToSend = 100;