diff --git a/.github/workflows/test-on-centos.yml b/.github/workflows/test-on-centos.yml index aed93fff..2501f0c9 100644 --- a/.github/workflows/test-on-centos.yml +++ b/.github/workflows/test-on-centos.yml @@ -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: