Disable these two randomly crashing tests until bug 506042 is fixed and we can get stacks from the crashes.

This commit is contained in:
Shawn Wilsher 2009-07-30 08:48:48 -07:00
Родитель 10a8f3cf0b
Коммит 99d7533837
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -67,9 +67,14 @@ var observer = {
}
}
};
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
function run_test() {
// XXX bug 507199
// This test is temporarily disabled!
return;
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
// Create bookmarks.html in the profile.
create_bookmarks_html("bookmarks.glue.html");
// Remove JSON backup from profile.

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

@ -67,9 +67,14 @@ var observer = {
}
}
};
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
function run_test() {
// XXX bug 507199
// This test is temporarily disabled!
return;
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
// Remove bookmarks.html from profile.
remove_bookmarks_html();
// Remove JSON backup from profile.