Disabled one more flaky test on Linux.
BUG= Review URL: https://webrtc-codereview.appspot.com/770006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2693 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
992da29c75
commit
31eac6082d
@ -1724,6 +1724,8 @@ TEST_F(AudioDeviceAPITest, StartAndStopRawOutputFileRecording) {
|
|||||||
// - size of raw_output_playing.pcm shall be > 0
|
// - size of raw_output_playing.pcm shall be > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(phoglund): The following test is flaky on Linux.
|
||||||
|
#if !defined(WEBRTC_LINUX)
|
||||||
TEST_F(AudioDeviceAPITest, StartAndStopRawInputFileRecording) {
|
TEST_F(AudioDeviceAPITest, StartAndStopRawInputFileRecording) {
|
||||||
// NOTE: this API is better tested in a functional test
|
// NOTE: this API is better tested in a functional test
|
||||||
CheckInitialRecordingStates();
|
CheckInitialRecordingStates();
|
||||||
@ -1757,7 +1759,8 @@ TEST_F(AudioDeviceAPITest, StartAndStopRawInputFileRecording) {
|
|||||||
// - size of raw_input_not_recording.pcm shall be 0
|
// - size of raw_input_not_recording.pcm shall be 0
|
||||||
// - size of raw_input_not_recording.pcm shall be > 0
|
// - size of raw_input_not_recording.pcm shall be > 0
|
||||||
}
|
}
|
||||||
#endif
|
#endif // !WEBRTC_LINUX
|
||||||
|
#endif // !WIN32
|
||||||
|
|
||||||
TEST_F(AudioDeviceAPITest, RecordingSampleRate) {
|
TEST_F(AudioDeviceAPITest, RecordingSampleRate) {
|
||||||
WebRtc_UWord32 sampleRate(0);
|
WebRtc_UWord32 sampleRate(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user