зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746183 - events/test_focus_contextmenu.xul times out on OS X, disable for now
This commit is contained in:
Родитель
95a0d4a348
Коммит
7e916e1d17
|
@ -27,6 +27,13 @@
|
|||
var gQueue = null;
|
||||
function doTests()
|
||||
{
|
||||
// bug 746183 - Whole file times out on OS X
|
||||
if (MAC) {
|
||||
todo(false, "Reenable on mac after fixing bug 746183!");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
// Test focus events.
|
||||
gQueue = new eventQueue();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче