Bug 1083664 - Disable test_dataChannel_basicAudio.html on OSX debug for frequent assertions.

--HG--
extra : rebase_source : 253249f776e464781588eb62a7b3373faf44243e
This commit is contained in:
Ryan VanderMeulen 2014-11-12 10:06:02 -05:00
parent b1eff34262
commit 4688a50ded

View File

@ -12,7 +12,7 @@ support-files =
turnConfig.js
[test_dataChannel_basicAudio.html]
skip-if = toolkit == 'gonk' # Bug 962984 for debug, bug 963244 for opt
skip-if = toolkit == 'gonk' || (os == 'mac' && debug) # Bug 962984 for debug, bug 963244 for opt, bug 1083664 for OSX
[test_dataChannel_basicAudioVideo.html]
skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g)
[test_dataChannel_basicAudioVideoCombined.html]