Bug 1495859 - Temporarily switch off failing testBasicFunctionality.js and testLocalICS.js on Linux. rs=bustage-fix DONTBUILD

This commit is contained in:
Jorg K 2018-10-06 10:52:16 +02:00
Родитель 58e3851edb
Коммит b334873162
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -105,6 +105,7 @@ function testSmokeTest() {
controller.doubleClick(calendarList, 0, calendarList.getNode().boxObject.height);
wait_for_modal_dialog("Calendar:NewCalendarWizard", TIMEOUT_MODAL_DIALOG);
}
testSmokeTest.EXCLUDED_PLATFORMS = ["linux"];
function teardownTest(module) {
deleteCalendars(controller, "Mozmill");

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

@ -86,6 +86,7 @@ function testLocalICS() {
controller.assertJS(str.value.includes("SUMMARY:" + calendarTitle));
}
testLocalICS.EXCLUDED_PLATFORMS = ["linux"];
function teardownTest(module) {
deleteCalendars(controller, calendarName);