mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
disable test for bug 496103 on linux
This commit is contained in:
parent
4b6dbc8ae5
commit
30b5394653
@ -248,6 +248,15 @@ function nextTest() {
|
||||
}
|
||||
|
||||
function test() {
|
||||
var osString = Cc["@mozilla.org/xre/app-info;1"].
|
||||
getService(Ci.nsIXULRuntime).OS;
|
||||
|
||||
// XXX This test fails on linux?
|
||||
if (osString == "Linux") {
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
||||
waitForExplicitFinish();
|
||||
|
||||
nextTest();
|
||||
|
Loading…
Reference in New Issue
Block a user