scripts/check-extension-frames.mjs (run by src/main/extensions/electron.system.test.ts in the quality gate) intermittently fails on the macOS runner:
Error: palette access inside a real modal shell timed out: {"text":"Extension input fixture", ... "shell=modal" ...}
at waitFor (main.cjs)
Error occurred in handler for 'extensions:runtime-host': Error: This extension does not declare activation for onCommand:managed.snapshot.
Seen twice:
Per the repo's rule that a waitFor timeout is not flakiness, this needs a root cause: most likely an ordering race between the modal shell mounting and the palette-access probe. Don't widen the timeout.
🤖 Generated with Claude Code
scripts/check-extension-frames.mjs(run bysrc/main/extensions/electron.system.test.tsin the quality gate) intermittently fails on the macOS runner:Seen twice:
mainon 2026-09-23, run 35806171133 (job 107007411145).Per the repo's rule that a
waitFortimeout is not flakiness, this needs a root cause: most likely an ordering race between the modal shell mounting and the palette-access probe. Don't widen the timeout.🤖 Generated with Claude Code