camerad: move ae test to pytest/catch2 (#30994)

* mv ae gray test

* cleanup
This commit is contained in:
Adeeb Shihadeh
2024-01-13 15:40:25 -08:00
committed by GitHub
parent 66ddfece82
commit 3e601b5e8f
6 changed files with 25 additions and 25 deletions

View File

@@ -180,8 +180,7 @@ jobs:
$PYTEST --timeout 30 -m 'not slow' && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \
./selfdrive/ui/tests/test_translations.py && \
./system/camerad/test/ae_gray_test"
./selfdrive/ui/tests/test_translations.py"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with: