From 147f4fe3c0ba331b1324bc829a0ab7ff523700b5 Mon Sep 17 00:00:00 2001 From: "bjornv@webrtc.org" Date: Wed, 4 Jun 2014 13:17:58 +0000 Subject: [PATCH] Disables SystemDelayTest.CorrectDelayDuringDrift on Android Should have been part of https://webrtc-codereview.appspot.com/19629004/ BUG=3445 R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21599004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6326 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_processing/aec/system_delay_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/aec/system_delay_unittest.cc b/webrtc/modules/audio_processing/aec/system_delay_unittest.cc index 57598b197d..e85fc28fa9 100644 --- a/webrtc/modules/audio_processing/aec/system_delay_unittest.cc +++ b/webrtc/modules/audio_processing/aec/system_delay_unittest.cc @@ -361,7 +361,7 @@ TEST_F(SystemDelayTest, DISABLED_ON_ANDROID(CorrectDelayDuringDrift)) { } } -TEST_F(SystemDelayTest, ShouldRecoverAfterGlitch) { +TEST_F(SystemDelayTest, DISABLED_ON_ANDROID(ShouldRecoverAfterGlitch)) { // This glitch test should verify that the system delay recovers if there is // a glitch in data. The data glitch is constructed as 200 ms of buffering // after which the stable procedure continues. The glitch is never reported by