зеркало из https://github.com/mozilla/gecko-dev.git
Disable perma-orange xpcshell test for redirects (Bug 586205).
This commit is contained in:
Родитель
00afa443f6
Коммит
d6f58bdf36
|
@ -105,6 +105,12 @@ function makeChan(url) {
|
|||
var httpserv = null;
|
||||
|
||||
function run_test() {
|
||||
// DISABLE TEST: bug 586205
|
||||
_dump('FIXME/bug 586205: disabled to avoid perma-orange\n');
|
||||
}
|
||||
function never() {
|
||||
|
||||
|
||||
httpserv = new nsHttpServer();
|
||||
httpserv.registerPathHandler("/redirect", redirect);
|
||||
httpserv.registerPathHandler("/redirectfile", redirectfile);
|
||||
|
|
Загрузка…
Ссылка в новой задаче