Skip to content

Commit 3be4b2f

Browse files
committed
Disable redirect test for lists.whatwg.org
To be fixed in #75.
1 parent 817328c commit 3be4b2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/certs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const DOMAINS = [
2727
'help.whatwg.org',
2828
'html-differences.whatwg.org',
2929
'html.spec.whatwg.org',
30-
// 'lists.whatwg.org',
30+
// 'lists.whatwg.org', // https://github.com/whatwg/misc-server/issues/75
3131
'idea.whatwg.org',
3232
'images.whatwg.org',
3333
'infra.spec.whatwg.org',

test/cors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const CORS_TESTS = [
1414
const NO_CORS_TESTS = [
1515
// domains for which it's probably a mistake to have CORS headers
1616
'https://blog.whatwg.org/',
17-
//'https://lists.whatwg.org/',
17+
//'https://lists.whatwg.org/', // https://github.com/whatwg/misc-server/issues/75
1818
'https://participate.whatwg.org/',
1919
'https://wiki.whatwg.org/',
2020
];

test/redirects.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const HTTP_TESTS = [
3333
['http://images.whatwg.org/', 301, 'https://images.whatwg.org/', 'keep'],
3434
['http://infra.spec.whatwg.org/', 301, 'https://infra.spec.whatwg.org/', 'keep'],
3535
['http://javascript.spec.whatwg.org/', 301, 'https://javascript.spec.whatwg.org/', 'keep'],
36-
['http://lists.whatwg.org/', 302, 'http://lists.whatwg.org/listinfo.cgi'], // TODO
36+
// ['http://lists.whatwg.org/', 302, 'http://lists.whatwg.org/listinfo.cgi'], // https://github.com/whatwg/misc-server/issues/75
3737
['http://mediasession.spec.whatwg.org/', 301, 'https://mediasession.spec.whatwg.org/', 'keep'],
3838
['http://mimesniff.spec.whatwg.org/', 301, 'https://mimesniff.spec.whatwg.org/', 'keep'],
3939
['http://n.whatwg.org/', 301, 'https://n.whatwg.org/', 'keep'],

0 commit comments

Comments
 (0)