зеркало из https://github.com/mozilla/pjs.git
Disable perma-orange xpcshell test for redirects (Bug 586205).
This commit is contained in:
Родитель
0711836c75
Коммит
0020f84a0b
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче