Bug 1146061 - Skip test_peerConnection_basicH264Video.html on Windows debug. a=test-only

This commit is contained in:
Ryan VanderMeulen 2015-03-23 11:14:44 -04:00
parent 015f88eef6
commit 1546100542

View File

@ -91,7 +91,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
# frequent timeouts/crashes on e10s (bug 1048455)
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
[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]
skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
[test_peerConnection_bug825703.html]