Skip to content

Commit

Permalink
Disable redirect test for lists.whatwg.org
Browse files Browse the repository at this point in the history
To be fixed in #75.
  • Loading branch information
foolip committed Feb 5, 2020
1 parent 817328c commit 3be4b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/certs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DOMAINS = [
'help.whatwg.org',
'html-differences.whatwg.org',
'html.spec.whatwg.org',
// 'lists.whatwg.org',
// 'lists.whatwg.org', // https://github.com/whatwg/misc-server/issues/75
'idea.whatwg.org',
'images.whatwg.org',
'infra.spec.whatwg.org',
Expand Down
2 changes: 1 addition & 1 deletion test/cors.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CORS_TESTS = [
const NO_CORS_TESTS = [
// domains for which it's probably a mistake to have CORS headers
'https://blog.whatwg.org/',
//'https://lists.whatwg.org/',
//'https://lists.whatwg.org/', // https://github.com/whatwg/misc-server/issues/75
'https://participate.whatwg.org/',
'https://wiki.whatwg.org/',
];
Expand Down
2 changes: 1 addition & 1 deletion test/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const HTTP_TESTS = [
['http://images.whatwg.org/', 301, 'https://images.whatwg.org/', 'keep'],
['http://infra.spec.whatwg.org/', 301, 'https://infra.spec.whatwg.org/', 'keep'],
['http://javascript.spec.whatwg.org/', 301, 'https://javascript.spec.whatwg.org/', 'keep'],
['http://lists.whatwg.org/', 302, 'http://lists.whatwg.org/listinfo.cgi'], // TODO
// ['http://lists.whatwg.org/', 302, 'http://lists.whatwg.org/listinfo.cgi'], // https://github.com/whatwg/misc-server/issues/75
['http://mediasession.spec.whatwg.org/', 301, 'https://mediasession.spec.whatwg.org/', 'keep'],
['http://mimesniff.spec.whatwg.org/', 301, 'https://mimesniff.spec.whatwg.org/', 'keep'],
['http://n.whatwg.org/', 301, 'https://n.whatwg.org/', 'keep'],
Expand Down

0 comments on commit 3be4b2f

Please sign in to comment.