Bug 1204596 - Part 4: Disable test_fetch_cors.html on b2g; r=bkelly

This commit is contained in:
Ehsan Akhgari 2015-10-01 10:53:59 -04:00
parent a440327cbf
commit ad197e769f

View File

@ -29,7 +29,7 @@ skip-if = buildapp == 'b2g' # Bug 1137683
[test_fetch_basic_http_sw_reroute.html]
skip-if = buildapp == 'b2g' # Bug 1137683
[test_fetch_cors.html]
skip-if = (toolkit == 'android' && debug) # Bug 1210282
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1210552 && 1210282
[test_fetch_cors_sw_reroute.html]
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1137683 && 1210282
[test_formdataparsing.html]