bug 814807 - Pref on the gum automation in mozilla-central. r=jesup

This commit is contained in:
Jason Smith 2013-01-01 18:29:51 -05:00
parent 62a988b8b2
commit fcf7bafc80

View File

@ -10,11 +10,11 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
# Bug 814718 prevents us from running the following test:
# test_getUserMedia_basicVideo.html
MOCHITEST_FILES = \
test_getUserMedia_exceptions.html \
test_getUserMedia_basicVideo.html \
test_getUserMedia_basicAudio.html \
test_getUserMedia_basicVideoAudio.html \
head.js \
mediaStreamPlayback.js \
pc.js \
@ -23,8 +23,6 @@ MOCHITEST_FILES = \
# The following tests are leaking and cannot be run by default yet
ifdef MOZ_WEBRTC_LEAKING_TESTS
MOCHITEST_FILES += \
test_getUserMedia_basicAudio.html \
test_getUserMedia_basicVideoAudio.html \
test_peerConnection_basicAudio.html \
test_peerConnection_basicAudioVideo.html \
test_peerConnection_basicAudioVideoCombined.html \