From 1d53920e7548fb093572ef8d1bf75ebbc5a4fcb3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 27 Aug 2024 17:18:23 +0200 Subject: [PATCH] test: Disable two problematic tests on opensuse-tumbleweed testCreateThenInstall fails in 80% of runs, testCreatePXE in 50%. This really needs debugging, but in the meantime it makes it way too hard to land any PR. So dial this back for now. --- test/check-machines-create | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/check-machines-create b/test/check-machines-create index 4bfac6654..837fbba25 100755 --- a/test/check-machines-create +++ b/test/check-machines-create @@ -483,6 +483,7 @@ class TestMachinesCreate(machineslib.VirtualMachinesCase): runner.checkDialogFormValidationTest(TestMachinesCreate.VmDialog(self, "existing-name", storage_size=1, check_script_finished=False, env_is_empty=False), {"vm-name": "already exists"}) + @testlib.skipImage("TODO: fails in 50% of runs", "opensuse-tumbleweed") def testCreatePXE(self): runner = TestMachinesCreate.CreateVmRunner(self) @@ -644,6 +645,7 @@ vnc_password= "{vnc_passwd}" "127.0.0.1", "::1", None, None) @testlib.skipImage("TODO: Arch Linux has no iscsi support", "arch") + @testlib.skipImage("TODO: fails in 80% of runs", "opensuse-tumbleweed") def testCreateThenInstall(self): runner = TestMachinesCreate.CreateVmRunner(self) config = TestMachinesCreate.TestCreateConfig