Skip to content

Commit

Permalink
test: Skip TestMachinesDisks.testAddDiskNFS on RHEL 10
Browse files Browse the repository at this point in the history
RHEL 10 got a nasty kernel oops [1] which unceremoniously reboots the VM
without leaving any journal trace, only the QEMU console shows it.

It completely breaks Testing Farm runs (it cannot recover from reboots)
and also breaks our own CI in nasty ways, as after the reboot the
nondestructive recovery fails in all kinds of ways.

Fixes #1900

[1] https://issues.redhat.com/browse/RHEL-67841
  • Loading branch information
martinpitt committed Nov 15, 2024
1 parent 184c784 commit ea28d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/check-machines-disks
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ class TestMachinesDisks(machineslib.VirtualMachinesCase):
# iscsi disks are attached.
m.execute("virsh detach-disk subVmTest1 --target vdb")

@testlib.skipImage("triggers kernel oops, https://issues.redhat.com/browse/RHEL-67841",
"rhel-10*", "centos-10")
def testAddDiskNFS(self):
b = self.browser
m = self.machine
Expand Down

0 comments on commit ea28d9e

Please sign in to comment.