fix(ci): disable FullPageScreenshot gatherer to prevent Chrome crash

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
cartsnitch-engineer[bot]
2026-03-31 21:58:30 +00:00
committed by GitHub
parent 8f48f87e6b
commit 2b232a8488
+3 -2
View File
@@ -6,7 +6,8 @@
"numberOfRuns": 1,
"settings": {
"chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"],
"skipAudits": ["bf-cache"]
"skipAudits": ["bf-cache"],
"disableFullPageScreenshot": true
}
},
"assert": {
@@ -20,4 +21,4 @@
"target": "temporary-public-storage"
}
}
}
}