From 2b835a2ab4e6c554c8ba7ba77aa09a5e0e1208ce Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 19 Nov 2025 13:22:41 +0100 Subject: [PATCH] tests: Remove some obsolete reasons to skip tests The issues are either fixed or the distribution is no longer tested in our CI. --- tests/skip.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/tests/skip.yml b/tests/skip.yml index e39262c3e..a7d16f164 100644 --- a/tests/skip.yml +++ b/tests/skip.yml @@ -29,11 +29,6 @@ - distro: "debian" reason: "Removing spare disks from an array is broken on Debian" -- test: nvdimm_test.NVDIMMNoDevTest.test_supported_sector_sizes - skip_on: - - arch: "i686" - reason: "Lists of 64bit integers are broken on i686 with GI" - - test: fs_tests.mount_test.MountTestCase.test_mount_ntfs skip_on: - distro: "debian" @@ -54,29 +49,11 @@ skip_on: - reason: "LVM DBus doesn't support LV repair yet" -- test: (lvm_test|lvm_dbus_tests).LvmNoDevTestCase.test_lvm_config - skip_on: - - distro: "debian" - version: "12" - reason: "LVM >= 2.03.17 needed for LVM config parsing with --valuesonly" - - test: nvdimm_test skip_on: - distro: ["fedora", "centos", "debian"] reason: "NVDIMM plugin is deprecated" -- test: crypto_test.CryptoTestOpenClose.test_luks_open_close - skip_on: - - distro: "fedora" - version: "43" - reason: "Bug in cryptsetup aborting when activating LUKSv1 with keyring" - -- test: mdraid_test.MDTestNominateDenominate.test_nominate_denominate - skip_on: - - distro: "centos" - version: ["9", "10"] - reason: "Race condition in denominate with latest mdadm v4.4" - - test: mdraid_test.MDTestActivateDeactivate skip_on: - distro: "centos"