From 3ac91c7580982ae4f6fd792d6b20cedb3106bae9 Mon Sep 17 00:00:00 2001 From: eladalon Date: Mon, 26 Jun 2017 05:04:12 -0700 Subject: [PATCH] Disable AudioBweIntegrationTest.NoBandwidthDropAfterDtx - it's flaky BUG=webrtc:7872 Review-Url: https://codereview.webrtc.org/2962493002 Cr-Commit-Position: refs/heads/master@{#18762} --- webrtc/audio/test/audio_bwe_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/audio/test/audio_bwe_integration_test.cc b/webrtc/audio/test/audio_bwe_integration_test.cc index bb5d916543..e5c0c2facd 100644 --- a/webrtc/audio/test/audio_bwe_integration_test.cc +++ b/webrtc/audio/test/audio_bwe_integration_test.cc @@ -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/");