Disable AudioEncoderCopyRedDeathTest.NullSpeechEncoder

Fails linux memcheck.

BUG=4108
TBR=turaj@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/29279004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7920 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2014-12-16 21:04:55 +00:00
parent 02c21dbef1
commit a32487f97b

View File

@ -308,7 +308,9 @@ TEST_F(AudioEncoderCopyRedDeathTest, WrongFrameSize) {
EXPECT_DEATH(Encode(), "");
}
TEST_F(AudioEncoderCopyRedDeathTest, NullSpeechEncoder) {
// Test fails memcheck.
// https://code.google.com/p/webrtc/issues/detail?id=4108
TEST_F(AudioEncoderCopyRedDeathTest, DISABLED_NullSpeechEncoder) {
AudioEncoderCopyRed* red;
AudioEncoderCopyRed::Config config;
config.speech_encoder = NULL;