Skip to content

Commit

Permalink
Merge pull request #1285 from vojtechtrefny/master_skip-exfat-uuid-test
Browse files Browse the repository at this point in the history
tests: Skip ExFAT UUID tests with recent exfatprogs
  • Loading branch information
vojtechtrefny authored Jun 10, 2024
2 parents 58555e4 + 22fb587 commit 0a9bf6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/dbus-tests/skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@
- 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: ["40", "41"]
reason: Setting UUID with LC_ALL=C.UTF-8 is broken with recent exfatprogs

0 comments on commit 0a9bf6a

Please sign in to comment.