Skip to content

Commit

Permalink
Merge pull request accel-ppp#113 from svlobanov/deb10_veth_vlan_disab…
Browse files Browse the repository at this point in the history
…le_test

ci: disable vlan-mon related tests on Debian10
  • Loading branch information
DmitriyEshenko authored Oct 3, 2023
2 parents 7cd2857 + 6b12fd6 commit 68a5f8a
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 68a5f8a

Please sign in to comment.