disable parts of browser_bug380960.js because of intermittent failures (bug 585361)

--HG--
extra : rebase_source : 60e81d82532da16f1d091ff446819b0f5aadb284
This commit is contained in:
Dão Gottwald 2010-08-24 16:13:28 +02:00
Родитель 62657ef42f
Коммит 5ee0d8dc26
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -13,7 +13,10 @@ function test() {
waitForExplicitFinish();
Services.prefs.setBoolPref("browser.tabs.animate", true);
preperForNextText();
// preperForNextText();
todo(false, "async tests disabled because of intermittent failures (bug 585361)");
cleanup();
}
function tabAdded() {