Backed out changeset 46eb5a67c089 (bug 1541136) to re-enable tests

This commit is contained in:
Geoff Lankow 2019-04-03 22:10:53 +13:00
Родитель de353e4424
Коммит b3b922a307
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -33,7 +33,6 @@ function setupModule(module) {
({ plan_for_modal_dialog, wait_for_modal_dialog } = collector.getModule("window-helpers"));
}
testSmokeTest.__force_skip__ = true;
function testSmokeTest() {
let dateFormatter = cal.getDateFormatter();

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

@ -44,7 +44,6 @@ function setupModule(module) {
calendarFile.append(calendarName + ".ics");
}
testLocalICS.__force_skip__ = true;
function testLocalICS() {
plan_for_modal_dialog("Calendar:NewCalendarWizard", (wizard) => {
handleNewCalendarWizard(wizard, calendarName, { network: { format: "ics" } });