Skip to content

Commit cb69d50

Browse files
committed
add @skipIfWindows to unresolved disassemble test on windows
1 parent 645846d commit cb69d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_disassemble(self):
3333
self.assertNotIn("location", qsort_assembly, "Source location not expected.")
3434
self.assertIn("instruction", pc_assembly, "Assembly instruction missing.")
3535

36+
@skipIfWindows
3637
def test_disassemble_backwards(self):
3738
"""
3839
Tests the 'disassemble' request with a backwards disassembly range.

0 commit comments

Comments
 (0)