diff --git a/tests/skip.yml b/tests/skip.yml index 2a522d0f..af3400c4 100644 --- a/tests/skip.yml +++ b/tests/skip.yml @@ -65,3 +65,9 @@ - distro: "debian" version: "12" reason: "LVM >= 2.03.17 needed for LVM config parsing with --valuesonly" + +- test: nvdimm_test.NVDIMMNamespaceTestCase.test_namespace_reconfigure + skip_on: + - distro: "fedora" + version: "43" + reason: "The fake in-memory namespace doesn't support sector mode in kernel 6.15"