You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(gui): eliminate APPIMAGE env race in autostart tests
Parallel tests mutating process-wide APPIMAGE could interleave and cause
resolve_exe_path_appimage_env to fail on macOS CI. Refactor resolve_exe_path
to accept an injected env getter so tests exercise the precedence logic
without touching process state.
0 commit comments