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