|
@@ -98,10 +98,13 @@ def test_i386_pc(self):
|
|
|
|
|
|
self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
|
|
self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
|
|
|
|
|
|
|
|
+ # See https://gitlab.com/qemu-project/qemu/-/issues/2094
|
|
|
|
+ @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test sometimes gets stuck')
|
|
def test_x86_64_pc(self):
|
|
def test_x86_64_pc(self):
|
|
"""
|
|
"""
|
|
:avocado: tags=arch:x86_64
|
|
:avocado: tags=arch:x86_64
|
|
:avocado: tags=machine:pc
|
|
:avocado: tags=machine:pc
|
|
|
|
+ :avocado: tags=flaky
|
|
"""
|
|
"""
|
|
kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
|
|
kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
|
|
'/linux/releases/29/Everything/x86_64/os/images/pxeboot'
|
|
'/linux/releases/29/Everything/x86_64/os/images/pxeboot'
|