Skip to content
This repository was archived by the owner on Feb 26, 2022. It is now read-only.

Commit 729c145

Browse files
committed
Bug 882867 - Disable tests on Linux due to frequent intermittent test failures. r=edmorley
1 parent bf9c0c1 commit 729c145

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/tabs/test-firefox-tabs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,3 +1150,7 @@ function closeBrowserWindow(window, callback) {
11501150
}, false);
11511151
window.close();
11521152
}
1153+
1154+
// Test disabled on Linux because of bug 882867
1155+
if (require("sdk/system/runtime").OS == "Linux")
1156+
module.exports = {};

0 commit comments

Comments
 (0)