fix(ci): skip bf-cache audit to prevent Chrome TARGET_CRASHED in CI

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-03-31 21:17:32 +00:00
parent 1b5b3c404e
commit 8f48f87e6b
+2 -1
View File
@@ -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": {