Since 42a052333a6 ("hw/misc/mips_cpc: Start vCPU when powered on") the multicore support of the MIPS Malta board has been fixed.
This reverts commit 61bbce96fe4c8e3a2b7df5a67ba7dc6ba418e54b. Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- tests/acceptance/machine_mips_malta.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/acceptance/machine_mips_malta.py b/tests/acceptance/machine_mips_malta.py index 7c9a4ee4d2d..eea046141d6 100644 --- a/tests/acceptance/machine_mips_malta.py +++ b/tests/acceptance/machine_mips_malta.py @@ -100,7 +100,6 @@ def test_mips_malta_i6400_framebuffer_logo_1core(self): """ self.do_test_i6400_framebuffer_logo(1) - @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab') def test_mips_malta_i6400_framebuffer_logo_7cores(self): """ :avocado: tags=arch:mips64el @@ -110,7 +109,6 @@ def test_mips_malta_i6400_framebuffer_logo_7cores(self): """ self.do_test_i6400_framebuffer_logo(7) - @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab') def test_mips_malta_i6400_framebuffer_logo_8cores(self): """ :avocado: tags=arch:mips64el -- 2.26.2