Don't run NoBandwidthDropAfterDtx test on andriod because it's flaky.
BUG=None Review-Url: https://codereview.webrtc.org/2977233002 Cr-Commit-Position: refs/heads/master@{#19057}
This commit is contained in:
parent
8b0418f1a8
commit
d98d38c060
@ -139,7 +139,14 @@ class NoBandwidthDropAfterDtx : public AudioBweTest {
|
||||
|
||||
using AudioBweIntegrationTest = CallTest;
|
||||
|
||||
TEST_F(AudioBweIntegrationTest, NoBandwidthDropAfterDtx) {
|
||||
// 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) {
|
||||
webrtc::test::ScopedFieldTrials override_field_trials(
|
||||
"WebRTC-Audio-SendSideBwe/Enabled/"
|
||||
"WebRTC-SendSideBwe-WithOverhead/Enabled/");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user