diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index 9203ed9a46..e4521e5daf 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),