зеркало из https://github.com/mozilla/pjs.git
Disable these two randomly crashing tests until bug 506042 is fixed and we can get stacks from the crashes.
This commit is contained in:
Родитель
10a8f3cf0b
Коммит
99d7533837
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче