зеркало из https://github.com/mozilla/pjs.git
Bug 746177 - events/test_focus_autocomplete.xul times out on search bar test, disabling on OS X
This commit is contained in:
Родитель
edaa81c148
Коммит
a0d57a6f21
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче