From 8f48f87e6b25163a617291fb4ebbe6ea2e822d75 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Tue, 31 Mar 2026 21:17:32 +0000 Subject: [PATCH] fix(ci): skip bf-cache audit to prevent Chrome TARGET_CRASHED in CI Co-Authored-By: Paperclip --- lighthouserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index 525b132..c974515 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -5,7 +5,8 @@ "url": ["http://localhost:4173/"], "numberOfRuns": 1, "settings": { - "chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"] + "chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"], + "skipAudits": ["bf-cache"] } }, "assert": {