Skip to content

Commit

Permalink
tests: Skip test_lvpartial on RHEL/CentOS 9
Browse files Browse the repository at this point in the history
LVM RAID raid1 causes kernel panic on latest RHEL/CentOS 9, see
https://bugzilla.redhat.com/show_bug.cgi?id=2079942 for details.
  • Loading branch information
vojtechtrefny committed May 17, 2022
1 parent 25e8336 commit dad0235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@
skip_on:
- arch: "i686"
reason: "Cache attach/detach fails with ENOMEM on 32bit systems"

- test: (lvm_test|lvm_dbus_tests).LvmTestPartialLVs
skip_on:
- distro: "centos"
version: "9"
reason: "Creating RAID 1 LV on CentOS/RHEL 9 causes kernel panic"

0 comments on commit dad0235

Please sign in to comment.