mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 882867 - Disable test-firefox-tabs.js on Linux for too many intermittent failures
This commit is contained in:
parent
7fcda688c9
commit
5520316cc9
@ -1150,3 +1150,7 @@ function closeBrowserWindow(window, callback) {
|
||||
}, false);
|
||||
window.close();
|
||||
}
|
||||
|
||||
// Test disabled on Linux because of bug 882867
|
||||
if (require("sdk/system/runtime").OS == "Linux")
|
||||
module.exports = {};
|
||||
|
Loading…
Reference in New Issue
Block a user