From cdbda4fc544cde21383df477d550e57ab10ffd61 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 15 Mar 2012 09:19:20 +0000 Subject: [PATCH] Disabling audio_device_test_api on LinuxVideo bot for now BUG=None TEST=None Review URL: https://webrtc-codereview.appspot.com/449005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1889 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/continuous_build/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index 9203ed9a4..e4521e5da 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -136,7 +136,7 @@ NORMAL_TESTS = { # Physical machine tests run on hardware with audio device and webcam present. PHYSICAL_MACHINE_TESTS = { # Test name Linux Mac Windows - 'audio_device_test_api': (True, True, True), + 'audio_device_test_api': (False, True, True), # Issue 339 'video_render_module_test': (True, True, True), 'vie_auto_test': (True, False, False), 'voe_auto_test': (True, True, True),