Bug 742619 - Temporarily disable one of the tests in test11c to quiet an intermittent orange. r=felipe

This commit is contained in:
Jared Wein 2012-04-04 22:17:54 -07:00
Родитель 2289a1adcc
Коммит 7ecdd2beb0
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -296,7 +296,6 @@ function test11a() {
// Tests that the going back will reshow the notification for click-to-play plugins (part 2/3)
function test11b() {
gTestBrowser.removeEventListener("load", test11b, false);
var popupNotification = PopupNotifications.getNotification("click-to-play-plugins", gTestBrowser);
ok(!popupNotification, "Test 11b, Should not have a click-to-play notification");
@ -309,8 +308,9 @@ function test11c() {
gTestBrowser.removeEventListener("pageshow", test11c, false);
// Make sure that the event handlers for pageshow can execute before checking for their effects.
executeSoon(function() {
var popupNotification = PopupNotifications.getNotification("click-to-play-plugins", gTestBrowser);
ok(popupNotification, "Test 11c, Should have a click-to-play notification");
todo(false, "The following test that checks for the notification fails intermittently, bug 742619.");
//var popupNotification = PopupNotifications.getNotification("click-to-play-plugins", gTestBrowser);
//ok(popupNotification, "Test 11c, Should have a click-to-play notification");
is(gClickToPlayPluginActualEvents, gClickToPlayPluginExpectedEvents,
"There should be a PluginClickToPlay event for each plugin that was " +
"blocked due to the plugins.click_to_play pref");