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
This commit is contained in:
turaj@webrtc.org 2013-09-25 22:19:22 +00:00
parent 3e7703640f
commit 3fdeddb59a

View File

@ -837,7 +837,7 @@ TEST_F(NetEqDecodingTest, DISABLED_ON_ANDROID(GetAudioBeforeInsertPacket)) {
}
}
TEST_F(NetEqDecodingTest, BackgroundNoise) {
TEST_F(NetEqDecodingTest, DISABLED_ON_ANDROID(BackgroundNoise)) {
neteq_->SetBackgroundNoiseMode(kBgnOn);
CheckBgnOff(8000, kBgnOn);
CheckBgnOff(16000, kBgnOn);