unit test job: remove duplicate test (#34005)

* already tested

try again

fix

* clean up
pull/34007/head
Shane Smiskol 7 months ago committed by GitHub
parent 4176c74969
commit 5b9aa0b0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/selfdrive_tests.yaml

@ -179,8 +179,7 @@ jobs:
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
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 && \
pytest ./selfdrive/ui/tests/test_translations.py"
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:

Loading…
Cancel
Save