mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1083664 - Disable test_dataChannel_basicAudio.html on OSX debug for frequent assertions.
--HG-- extra : rebase_source : 253249f776e464781588eb62a7b3373faf44243e
This commit is contained in:
parent
b1eff34262
commit
4688a50ded
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user