From 9da48f29f99189c691111530f7c8899513e32802 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 22 May 2026 16:58:05 +0100 Subject: [PATCH] Add bad links to skip list --- __tests__/crawler.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/crawler.test.js b/__tests__/crawler.test.js index 8184c3d9d4..0b9181aaf1 100644 --- a/__tests__/crawler.test.js +++ b/__tests__/crawler.test.js @@ -203,7 +203,9 @@ test('Crawl the docs and execute tests', async () => { 'https://docs.tigera.io/img/calico-logo-2026-badge.png', 'http://www.w3.org/2000/svg', // Appears in SVG file 'xmlns', doesn't need checking 'https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html', // TEMP - 'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503) + 'https://review.openstack.org/#/c/344008/', + 'http://www.faqs.org/rfcs/rfc1966.html', + 'http://www.faqs.org/rfcs/rfc4893.html' ]; const lc = linkChecker();