Commit 65f0002
committed
Ignore Time Machine XPC errors in desktop tests
Desktop tests on macOS failed due to XPC connection errors from Time
Machine backup services. These errors occur because Electron apps on
macOS automatically attempt to connect to system services in the
sandbox environment, even when they're not available in CI.
Added a regex pattern to STDERR_IGNORE_PATTERNS to prevent these
benign system messages from failing the tests. Also fixed a grammar
issue in an existing comment for Linux errors.1 parent e80c340 commit 65f0002
File tree
1 file changed
+13
-1
lines changed- tests/checks/desktop-runtime-errors/check-desktop-runtime-errors/app
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
41 | 53 | | |
0 commit comments