We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e3790d + 8a05de4 commit d1e8cfcCopy full SHA for d1e8cfc
tests/skip.yml
@@ -49,3 +49,9 @@
49
skip_on:
50
- arch: "i686"
51
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