Disable AudioBweIntegrationTest.NoBandwidthDropAfterDtx - it's flaky

BUG=webrtc:7872

Review-Url: https://codereview.webrtc.org/2962493002
Cr-Commit-Position: refs/heads/master@{#18762}
This commit is contained in:
eladalon
2017-06-26 05:04:12 -07:00
committed by Commit Bot
parent 1b97e26364
commit 3ac91c7580

View File

@ -134,7 +134,7 @@ class NoBandwidthDropAfterDtx : public AudioBweTest {
using AudioBweIntegrationTest = CallTest;
TEST_F(AudioBweIntegrationTest, NoBandwidthDropAfterDtx) {
TEST_F(AudioBweIntegrationTest, DISABLED_NoBandwidthDropAfterDtx) {
webrtc::test::ScopedFieldTrials override_field_trials(
"WebRTC-Audio-SendSideBwe/Enabled/"
"WebRTC-SendSideBwe-WithOverhead/Enabled/");