We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3f3a3 commit 8bdd3a0Copy full SHA for 8bdd3a0
tests/functional/test_aarch64_replay.py
@@ -16,8 +16,6 @@ class Aarch64Replay(ReplayKernelBase):
16
'releases/29/Everything/aarch64/os/images/pxeboot/vmlinuz'),
17
'7e1430b81c26bdd0da025eeb8fbd77b5dc961da4364af26e771bd39f379cbbf7')
18
19
- # Failing on Darwin: https://gitlab.com/qemu-project/qemu/-/issues/2907
20
- @skipIfOperatingSystem('Darwin')
21
def test_aarch64_virt(self):
22
self.set_machine('virt')
23
self.cpu = 'cortex-a53'
0 commit comments