Bug 1209521 - Re-enable browser_cookies_exceptions.js on Linux. r=Gijs

This commit is contained in:
Jared Wein 2015-09-29 17:35:00 +02:00
parent 66eb8f9a66
commit fdd4161fe5
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ skip-if = os != "win" # This test tests the windows-specific app selection dialo
[browser_connection.js]
[browser_connection_bug388287.js]
[browser_cookies_exceptions.js]
skip-if = os == "linux" # See bug 1209521 for re-enabling on Linux
[browser_healthreport.js]
skip-if = !healthreport || (os == 'linux' && debug)
[browser_permissions.js]

View File

@ -3,6 +3,7 @@
function test() {
waitForExplicitFinish();
requestLongerTimeout(2);
testRunner.runTests();
}