From 10a31520a5fed6c4ed92cf8340c6157ca00071e8 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Fri, 3 Aug 2012 09:50:15 +0000 Subject: [PATCH] Disabled FileBeforeStreamingTest.TestStartPlayingFileLocallyWithStartPlayout. BUG=719 TBR=braveyao@webrtc.org Review URL: https://webrtc-codereview.appspot.com/710007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2554 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../test/auto_test/standard/file_before_streaming_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/voice_engine/test/auto_test/standard/file_before_streaming_test.cc b/src/voice_engine/test/auto_test/standard/file_before_streaming_test.cc index 3390b0becd..dc03e60aa7 100644 --- a/src/voice_engine/test/auto_test/standard/file_before_streaming_test.cc +++ b/src/voice_engine/test/auto_test/standard/file_before_streaming_test.cc @@ -98,7 +98,8 @@ void VerifyEmptyOutput() { // 1. the same DC signal if file is played out, // 2. total silence if file is not played out, // 3. no output if playout is not started. -TEST_F(FileBeforeStreamingTest, TestStartPlayingFileLocallyWithStartPlayout) { +TEST_F(FileBeforeStreamingTest, + DISABLED_TestStartPlayingFileLocallyWithStartPlayout) { GenerateInputFile(); TEST_LOG("Playout is not started. File will not be played out.\n");