Skip to content

Commit 5294d3c

Browse files
Merge pull request #1145 from vojtechtrefny/master_skips-update
tests: Remove some obsolete reasons to skip tests
2 parents f4871bd + 2b835a2 commit 5294d3c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

tests/skip.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
- distro: "debian"
3030
reason: "Removing spare disks from an array is broken on Debian"
3131

32-
- test: nvdimm_test.NVDIMMNoDevTest.test_supported_sector_sizes
33-
skip_on:
34-
- arch: "i686"
35-
reason: "Lists of 64bit integers are broken on i686 with GI"
36-
3732
- test: fs_tests.mount_test.MountTestCase.test_mount_ntfs
3833
skip_on:
3934
- distro: "debian"
@@ -54,29 +49,11 @@
5449
skip_on:
5550
- reason: "LVM DBus doesn't support LV repair yet"
5651

57-
- test: (lvm_test|lvm_dbus_tests).LvmNoDevTestCase.test_lvm_config
58-
skip_on:
59-
- distro: "debian"
60-
version: "12"
61-
reason: "LVM >= 2.03.17 needed for LVM config parsing with --valuesonly"
62-
6352
- test: nvdimm_test
6453
skip_on:
6554
- distro: ["fedora", "centos", "debian"]
6655
reason: "NVDIMM plugin is deprecated"
6756

68-
- test: crypto_test.CryptoTestOpenClose.test_luks_open_close
69-
skip_on:
70-
- distro: "fedora"
71-
version: "43"
72-
reason: "Bug in cryptsetup aborting when activating LUKSv1 with keyring"
73-
74-
- test: mdraid_test.MDTestNominateDenominate.test_nominate_denominate
75-
skip_on:
76-
- distro: "centos"
77-
version: ["9", "10"]
78-
reason: "Race condition in denominate with latest mdadm v4.4"
79-
8057
- test: mdraid_test.MDTestActivateDeactivate
8158
skip_on:
8259
- distro: "centos"

0 commit comments

Comments
 (0)