CI: use "slow" marker for pytest (#30063)

* skip to mark

* fix quotes
old-commit-hash: 0251742079
This commit is contained in:
Justin Newberry
2023-09-26 13:44:18 -07:00
committed by GitHub
parent 80d7235cbc
commit ef75f0ab12
5 changed files with 6 additions and 10 deletions

View File

@@ -268,8 +268,7 @@ jobs:
- name: Run unit tests
timeout-minutes: 15
run: |
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
$PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \
${{ env.RUN }} "$PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* -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 && \