зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746971 - test/events_focus_tabbox.xul fails on startup on OS X, disable
This commit is contained in:
Родитель
eb3d566583
Коммит
ad1b051bf5
|
@ -27,6 +27,12 @@
|
|||
var gQueue = null;
|
||||
function doTests()
|
||||
{
|
||||
if (MAC) {
|
||||
todo(false, "Tests disabled because of imminent failure.");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
// Test focus events.
|
||||
gQueue = new eventQueue();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче