Skip to content

Commit

Permalink
CI: Update excluded tests list
Browse files Browse the repository at this point in the history
After removal of TOML write packages on c9s and c10s some
tests using this library needs to be skipped.
  • Loading branch information
elkoniu authored and bcl committed Oct 10, 2024
1 parent 6ed7549 commit 8f7a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- version: "9"
pytest_exclude: 'not (TestBoot and boot)'
- version: "10"
pytest_exclude: 'not (TestBoot and boot)'
pytest_exclude: 'not (TestBoot and boot) and not (test_write_read)'
name: "Unittests on Centos Stream ${{ matrix.centos.version }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8f7a3d7

Please sign in to comment.