Bug 1182358 - Follow-up: Disable permafailing tests on B2G.

This commit is contained in:
Ryan VanderMeulen 2015-08-14 16:03:54 -04:00
parent b5712fe93a
commit 2a09fc2359

View File

@ -17,9 +17,11 @@ skip-if = os == "android" || toolkit == "gonk"
[test_basic_app.html]
skip-if = os == "android" || buildapp == 'b2g'
[test_wakeUp.html]
run-if = buildapp == 'b2g' && toolkit == 'gonk'
#run-if = buildapp == 'b2g' && toolkit == 'gonk'
skip-if = true
[test_runNow.html]
run-if = buildapp == 'b2g' && toolkit == 'gonk'
#run-if = buildapp == 'b2g' && toolkit == 'gonk'
skip-if = true
[test_promise.html]
skip-if = os == "android" || toolkit == "gonk"
[test_bug1151082.html]