mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209521 - Re-enable browser_cookies_exceptions.js on Linux. r=Gijs
This commit is contained in:
parent
66eb8f9a66
commit
fdd4161fe5
@ -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]
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
function test() {
|
||||
waitForExplicitFinish();
|
||||
requestLongerTimeout(2);
|
||||
testRunner.runTests();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user