commit | 3fdeddb59a2fba86887420b29b10405150b77dce | [log] [tgz] |
---|---|---|
author | turaj@webrtc.org <turaj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Sep 25 22:19:22 2013 +0000 |
committer | turaj@webrtc.org <turaj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Sep 25 22:19:22 2013 +0000 |
tree | d3cec05853ae0f13685a4319a574c8e5969d407c | |
parent | 3e7703640fbc3c402f9ae7925dca697714ceddb9 [diff] [blame] |
Disable a NetEq unittest on Android. The test tries to register iSAC-swb as send codec and fails. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2303004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4845 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq4/neteq_unittest.cc index c6120ce..129bfa9 100644 --- a/webrtc/modules/audio_coding/neteq4/neteq_unittest.cc +++ b/webrtc/modules/audio_coding/neteq4/neteq_unittest.cc
@@ -837,7 +837,7 @@ } } -TEST_F(NetEqDecodingTest, BackgroundNoise) { +TEST_F(NetEqDecodingTest, DISABLED_ON_ANDROID(BackgroundNoise)) { neteq_->SetBackgroundNoiseMode(kBgnOn); CheckBgnOff(8000, kBgnOn); CheckBgnOff(16000, kBgnOn);