From 268b9b8ab6d96962c8014b240bdb9d5bd182f7e8 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 3 Dec 2024 13:16:55 +0100 Subject: [PATCH] tests: Enable Exfat UUID tests on Fedora The exfatprogs bug was fixed and the fixed version is now available on all supported versions of Fedora. --- src/tests/dbus-tests/skip.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/tests/dbus-tests/skip.yml b/src/tests/dbus-tests/skip.yml index 7a7cef1526..b95e87ac1c 100644 --- a/src/tests/dbus-tests/skip.yml +++ b/src/tests/dbus-tests/skip.yml @@ -29,9 +29,3 @@ - distro: ["centos", "enterprise_linux"] version: "7" reason: "SCSI debug bug causing kernel panic on CentOS/RHEL 7" - -- test: test_80_filesystem.EXFATTestCase.test_uuid - skip_on: - - distro: "fedora" - version: ["39", "40", "41"] - reason: Setting UUID with LC_ALL=C.UTF-8 is broken with recent exfatprogs