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
This commit is contained in:
kjellander@webrtc.org 2012-03-15 09:19:20 +00:00
parent 2058fee396
commit cdbda4fc54

View File

@ -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),