Skip to content

Commit

Permalink
tests: Skip ExFAT UUID tests with recent exfatprogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jun 10, 2024
1 parent f39573f commit 22fb587
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 22fb587

Please sign in to comment.