Skip to content

Commit 99df442

Browse files
committed
Skip test on Darwin
1 parent 87322c9 commit 99df442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
class TargetReadInstructionsFlavor(TestBase):
10+
@skipIfDarwin
1011
@skipIfWindows
1112
@skipIf(archs=no_match(["x86_64", "x86", "i386"]))
1213
def test_read_instructions_with_flavor(self):

0 commit comments

Comments
 (0)