mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Disable these two randomly crashing tests until bug 506042 is fixed and we can get stacks from the crashes.
This commit is contained in:
parent
4631579de7
commit
d6ab48a2aa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user