Bug 882867 - Disable test-firefox-tabs.js on Linux for too many intermittent failures

This commit is contained in:
Ed Morley 2013-06-18 09:23:41 +01:00
parent 7fcda688c9
commit 5520316cc9

View File

@ -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 = {};