From 969594e96f653030bfcf56f747185c7cfdb5dc3b Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 13 Nov 2024 20:52:21 -0800 Subject: [PATCH] is this real? --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 89298b8f93dc3e..774785c97100aa 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -182,7 +182,7 @@ jobs: - name: Run unit tests timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }} run: | - ${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --collect-only --timeout 60 -m 'not slow' && \ + ${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --collect-only --timeout 60 -m 'not slow' &> /dev/null && \ MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \ ./selfdrive/ui/tests/create_test_translations.sh && \ QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \