Skip to content

Commit d1e8cfc

Browse files
Merge pull request #1027 from vojtechtrefny/master_exfat-skip
tests: Skip ExFAT UUID tests with recent exfatprogs
2 parents 7e3790d + 8a05de4 commit d1e8cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/skip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@
4949
skip_on:
5050
- arch: "i686"
5151
reason: "Cache attach/detach fails with ENOMEM on 32bit systems"
52+
53+
- test: fs_tests.(exfat_test.ExfatSetUUID.test_exfat_set_uuid|generic_test.GenericSetUUID.test_exfat_generic_set_uuid)
54+
skip_on:
55+
- distro: "fedora"
56+
version: ["40", "41"]
57+
reason: Setting UUID with LC_ALL=C.UTF-8 is broken with recent exfatprogs

0 commit comments

Comments
 (0)