summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@linaro.org>2025-04-10 15:55:50 -0700
committerStefan Hajnoczi <stefanha@redhat.com>2025-04-14 11:03:16 -0400
commit8bdd3a0308ba8e8d20240ac06de8615959bcf00e (patch)
treea4137f12bc903ee8a3cbe5334a7cb78f3c5b8f55
parentfa3f3a33f3c4aba56138b1ca78c81a3e15f91971 (diff)
downloadfocaccia-qemu-8bdd3a0308ba8e8d20240ac06de8615959bcf00e.tar.gz
focaccia-qemu-8bdd3a0308ba8e8d20240ac06de8615959bcf00e.zip
tests/functional/test_aarch64_replay: reenable on macos
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250410225550.46807-3-pierrick.bouvier@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rwxr-xr-xtests/functional/test_aarch64_replay.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/test_aarch64_replay.py b/tests/functional/test_aarch64_replay.py
index 029fef3cbf..bd6609d914 100755
--- a/tests/functional/test_aarch64_replay.py
+++ b/tests/functional/test_aarch64_replay.py
@@ -16,8 +16,6 @@ class Aarch64Replay(ReplayKernelBase):
          'releases/29/Everything/aarch64/os/images/pxeboot/vmlinuz'),
         '7e1430b81c26bdd0da025eeb8fbd77b5dc961da4364af26e771bd39f379cbbf7')
 
-    # Failing on Darwin: https://gitlab.com/qemu-project/qemu/-/issues/2907
-    @skipIfOperatingSystem('Darwin')
     def test_aarch64_virt(self):
         self.set_machine('virt')
         self.cpu = 'cortex-a53'