From fe0d9d8c664b95a5cf585969315d0e141298409b Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 6 Feb 2026 06:24:39 +0000 Subject: [PATCH] Add link to skip list (temp) --- __tests__/crawler.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__tests__/crawler.test.js b/__tests__/crawler.test.js index dfc03dfd27..d9cba037b0 100644 --- a/__tests__/crawler.test.js +++ b/__tests__/crawler.test.js @@ -199,7 +199,8 @@ test('Crawl the docs and execute tests', async () => { 'https://istio.io/v1.15/docs/setup/install/', 'https://sysctl-explorer.net/net/ipv4/fib_multipath_hash_policy/', 'https://calico-docs.mcp.kapa.ai', - 'https://docs.tigera.io/img/calico-logo-2026-badge.png' + 'https://docs.tigera.io/img/calico-logo-2026-badge.png', + 'https://microk8s.io/docs/clustering' // TEMP ]; const lc = linkChecker();