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:
parent
02c21dbef1
commit
a32487f97b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user