Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Jul 29, 2024
1 parent 1b4516c commit 9dcb17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ jobs:
- name: Run unit tests
timeout-minutes: 15
run: |
# TODO: remove serially-run tests in CI. Issue tracker: https://github.com/pytest-dev/pytest/issues/3216
# TODO: remove ci_serial marker. Issue tracker: https://github.com/pytest-dev/pytest/issues/3216
# Temporary workaround: https://github.com/pytest-dev/pytest/issues/3216#issuecomment-742143197
# current tests run serially: test_loggerd.py::test_rotation and test_translations.py
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
$PYTEST --timeout 60 -m 'not slow and not ci_serial' && \
$PYTEST -n0 --timeout 60 -m 'ci_serial' && \
Expand Down

0 comments on commit 9dcb17f

Please sign in to comment.