mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 482975 - Disable browser_477657.js on OS X
This commit is contained in:
parent
259ab2b89a
commit
9620d6857a
@ -36,7 +36,11 @@
|
||||
|
||||
function test() {
|
||||
/** Test for Bug 477657 **/
|
||||
|
||||
|
||||
// Test fails randomly on OS X (bug 482975)
|
||||
if ("nsILocalFileMac" in Ci)
|
||||
return;
|
||||
|
||||
let ss = Cc["@mozilla.org/browser/sessionstore;1"].getService(Ci.nsISessionStore);
|
||||
waitForExplicitFinish();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user