Bug 891698 - Disable Jetpack path tests on OSX until we can figure out why they don't work on m-c r=me

This commit is contained in:
Wes Kocher 2013-07-09 21:38:35 -07:00
Родитель 63c878f816
Коммит 8451ae0558
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -426,3 +426,8 @@ if (isWindows) {
};
require('test').run(exports);
// Test disabled on OSX because of bug 891698
if (require("sdk/system/runtime").OS == "Darwin")
module.exports = {};