Bug 1365319 - Disable failing test. rs=bustage-fix
This commit is contained in:
Родитель
040e7a6384
Коммит
2c89d86b14
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче