Bug 1365319 - Disable failing test. rs=bustage-fix

This commit is contained in:
Jorg K 2017-05-16 19:51:19 +02:00
Родитель 040e7a6384
Коммит 2c89d86b14
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -202,12 +202,13 @@ function test_checkContentTab() {
throw new Error("The content tab didn't close");
}
function test_3paneWindowAllowed() {
// Disabled as a bustage fix, see bug 1365319.
function disabled_3paneWindowAllowed() {
Services.prefs.setBoolPref("mailnews.message_display.allow_plugins", true);
addMsgToFolderAndCheckContent(true);
}
function test_checkStandaloneMessageWindowAllowed() {
function disabled_checkStandaloneMessageWindowAllowed() {
checkStandaloneMessageWindow(true);
}