Skip to content

Commit

Permalink
ci: disable vlan-mon related tests on Debian10
Browse files Browse the repository at this point in the history
  • Loading branch information
svlobanov committed Oct 3, 2023
1 parent 7cd2857 commit 6b12fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
- name: Run tests (all)
timeout-minutes: 5
if: ${{ always() }}
# vlan-mon tests fail on Debian10 due to Debian10 bug so don't run all tests on deb10
if: ${{ matrix.distro != 'Debian10' }}
run: >
ssh -i ssh-key -p2222 user@localhost "cd accel-ppp/tests &&
sudo python3 -m pytest -Wall -v"
Expand Down

0 comments on commit 6b12fd6

Please sign in to comment.