Skip to content

Commit c410e2e

Browse files
committed
fix(docs): ui/tray/snippets.ts run: false — CI window-server gap (v0.5.878)
Headless macOS CI hits CGSConnectionByID assertion when tray APIs spin up (no logged-in window server context). Compile + link already validate the FFI surface; flip the file to `run: false` so doc-tests skips the actual execution. Same shape as webview and crypto banners. Pure docs banner change. Also catches up Cargo.toml + CLAUDE.md version (linter races dropped the bumps on v0.5.876 / v0.5.877 commits).
1 parent 044a340 commit c410e2e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/examples/ui/tray/snippets.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
// docs/src/ui/tray.md
33
// docs: docs/src/ui/tray.md
44
// platforms: macos, linux, windows
5+
// run: false
6+
//
7+
// `run: false` because headless macOS CI runners hit a
8+
// CGSConnectionByID assertion (window-server not available without
9+
// a logged-in session). Compile-link is enough to certify the FFI
10+
// surface, which is the contract this file guards.
511

612
import {
713
App,

0 commit comments

Comments
 (0)