Files
sudacode ab7c7c1f64 test(launcher): drop bogus X11 DISPLAY from youtube playback test
The youtube playback test forced DISPLAY=:99 and XDG_SESSION_TYPE=x11,
which on headless Linux CI made the overlay's X11 window tracker block on
a nonexistent X server until the launcher timed out. The test only
asserts the URL reaches mpv, so the X override is unnecessary; x11 backend
selection is already covered by launcher/smoke.e2e.test.ts.
2026-07-07 00:55:14 -07:00
..