mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 523936 - temporarily disable test_browserGlue_distribution.js (r=sdwilsh)
This commit is contained in:
parent
863f6433d2
commit
20f4c2b865
@ -50,6 +50,9 @@ const TOPIC_FINAL_UI_STARTUP = "final-ui-startup";
|
||||
const TOPIC_CUSTOMIZATION_COMPLETE = "distribution-customization-complete";
|
||||
|
||||
function run_test() {
|
||||
// TODO: re-enable when bug 523936 is fixed.
|
||||
return;
|
||||
|
||||
do_test_pending();
|
||||
|
||||
// Copy distribution.ini file to our app dir.
|
||||
@ -142,6 +145,8 @@ function continue_test() {
|
||||
}
|
||||
|
||||
do_register_cleanup(function() {
|
||||
// TODO: re-enable when bug 523936 is fixed.
|
||||
return;
|
||||
// Remove the distribution file, even if the test failed, otherwise all
|
||||
// next tests will import it.
|
||||
let iniFile = Services.dirsvc.get("XCurProcD", Ci.nsIFile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user