Bug 746177 - events/test_focus_autocomplete.xul times out on search bar test, disabling on OS X

This commit is contained in:
Marco Zehe 2012-04-26 11:11:10 +02:00
Родитель edaa81c148
Коммит a0d57a6f21
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -384,8 +384,8 @@
var gInitQueue = null;
function initTests()
{
if (SEAMONKEY) {
todo(false, "Skipping this test on SeaMonkey ftb. (Bug 718237)");
if (SEAMONKEY || MAC) {
todo(false, "Skipping this test on SeaMonkey ftb. (Bug 718237), and on Mac (bug 746177)");
shutdownAutoComplete();
SimpleTest.finish();
return;