Disable perma-orange xpcshell test for redirects (Bug 586205).

This commit is contained in:
Jason Duell 2010-08-11 01:33:42 -07:00
Родитель 00afa443f6
Коммит d6f58bdf36
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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);