From e76f55e3bfa3659f81fa1c1e0a64c9ccb7052e86 Mon Sep 17 00:00:00 2001 From: tschumim Date: Wed, 19 Jul 2017 07:52:47 -0700 Subject: [PATCH] Disable flaky NoBandwidthDropAfterDtx test. BUG=chromium:744695 Review-Url: https://codereview.webrtc.org/2978323002 Cr-Commit-Position: refs/heads/master@{#19092} --- webrtc/audio/test/audio_bwe_integration_test.cc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/webrtc/audio/test/audio_bwe_integration_test.cc b/webrtc/audio/test/audio_bwe_integration_test.cc index 088c823eb7..c4f72de178 100644 --- a/webrtc/audio/test/audio_bwe_integration_test.cc +++ b/webrtc/audio/test/audio_bwe_integration_test.cc @@ -139,14 +139,9 @@ class NoBandwidthDropAfterDtx : public AudioBweTest { using AudioBweIntegrationTest = CallTest; -// TODO(tschumim): This test is flaky when run on android. Re-enable the test -// for android when the issue is fixed. -#if defined(WEBRTC_ANDROID) -#define MAYBE_NoBandwidthDropAfterDtx DISABLED_NoBandwidthDropAfterDtx -#else -#define MAYBE_NoBandwidthDropAfterDtx NoBandwidthDropAfterDtx -#endif -TEST_F(AudioBweIntegrationTest, MAYBE_NoBandwidthDropAfterDtx) { +// TODO(tschumim): This test is flaky when run on android and mac. Re-enable the +// test for when the issue is fixed. +TEST_F(AudioBweIntegrationTest, DISABLED_NoBandwidthDropAfterDtx) { webrtc::test::ScopedFieldTrials override_field_trials( "WebRTC-Audio-SendSideBwe/Enabled/" "WebRTC-SendSideBwe-WithOverhead/Enabled/");