mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
Bug 1146061 - Skip test_peerConnection_basicH264Video.html on Windows debug. a=test-only
This commit is contained in:
parent
015f88eef6
commit
1546100542
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
|
||||||
# frequent timeouts/crashes on e10s (bug 1048455)
|
# frequent timeouts/crashes on e10s (bug 1048455)
|
||||||
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
|
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
|
||||||
[test_peerConnection_basicH264Video.html]
|
[test_peerConnection_basicH264Video.html]
|
||||||
skip-if = buildapp == 'b2g' || os == 'android' # bug 1043403
|
skip-if = buildapp == 'b2g' || os == 'android' || (os == 'win' && debug) # bug 1043403, bug 1146061 (win debug)
|
||||||
[test_peerConnection_bug822674.html]
|
[test_peerConnection_bug822674.html]
|
||||||
skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
|
skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
|
||||||
[test_peerConnection_bug825703.html]
|
[test_peerConnection_bug825703.html]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue