Skip to content

Commit 423d16a

Browse files
martinpittjelly
authored andcommitted
test: Skip TestMachinesDisks.testAddDiskNFS on RHEL 10
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
1 parent f2704c5 commit 423d16a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/check-machines-disks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,8 @@ class TestMachinesDisks(machineslib.VirtualMachinesCase):
848848
# iscsi disks are attached.
849849
m.execute("virsh detach-disk subVmTest1 --target vdb")
850850

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

0 commit comments

Comments
 (0)