From 136574fbcbb2ddcdd4aab3b97c98fbafceab5e5a Mon Sep 17 00:00:00 2001 From: David <49467229+TheSecurityDev@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:47:20 -0600 Subject: [PATCH] ui replay: run with no window (#37229) run headless --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 03e818f42..d89250731 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -274,8 +274,8 @@ jobs: run: > ${{ env.RUN }} "PYTHONWARNINGS=ignore && source selfdrive/test/setup_xvfb.sh && - WINDOWED=1 python3 selfdrive/ui/tests/diff/replay.py && - WINDOWED=1 python3 selfdrive/ui/tests/diff/replay.py --big" + python3 selfdrive/ui/tests/diff/replay.py && + python3 selfdrive/ui/tests/diff/replay.py --big" - name: Upload UI Report uses: actions/upload-artifact@v6 with: