Bug 1755827 - disable test_mergeLocalFolders until we get it fixed. rs=me

This commit is contained in:
Magnus Melin 2022-02-17 12:25:58 +02:00
Родитель 712abc385b
Коммит 96be3cc78e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -163,9 +163,9 @@ add_task(async function test_mergeLocalFolders() {
let msgFolder = localFolders.getChildNamed("Local Folders0");
ok(msgFolder.containsChildNamed("folder-xpcshell"));
// Test that folder-xpcshell is copied into current Local Folders.
// Test that folder-xpcshell is copied into current Local Fol1755827ders.
let importedFolder = localFolders.filePath;
importedFolder.append("Local Folders0.sbd");
importedFolder.append("folder-xpcshell");
ok(importedFolder.exists(), "Source Local Folders should be merged in.");
});
}).skip(); // Not working atm due to bug 1755827. Temporarily disable.