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 aa59f8e commit 3114412Copy full SHA for 3114412
tests/functional/hexagon/test_minivm.py
@@ -8,6 +8,7 @@
8
from os.path import join
9
from qemu_test import QemuSystemTest, Asset
10
from qemu_test import wait_for_console_pattern
11
+from unittest import skip
12
13
class MiniVMTest(QemuSystemTest):
14
'''
@@ -44,6 +45,7 @@ def test_minivm_interrupts(self):
44
45
46
self.common_hexagon_minivm('test_interrupts')
47
48
+ @skip('failing test')
49
def test_minivm_processors(self):
50
51
Tests that minivm guests can spawn and halt virtual processors, wait
0 commit comments