From 8f7a3d7234572d9808e44a3e2cdcb5d63d2f96e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= Date: Fri, 4 Oct 2024 12:35:58 +0200 Subject: [PATCH] CI: Update excluded tests list After removal of TOML write packages on c9s and c10s some tests using this library needs to be skipped. --- .github/workflows/test-on-centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: