Skip to content

Commit fbdc243

Browse files
committed
[lldb-dap] Skip TestDAP_module_event on Windows
(cherry picked from commit bae77d5)
1 parent dba1bc2 commit fbdc243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py

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

88

99
class TestDAP_module_event(lldbdap_testcase.DAPTestCaseBase):
10+
@skipIfWindows
1011
def test_module_event(self):
1112
program = self.getBuildArtifact("a.out")
1213
self.build_and_launch(program)

0 commit comments

Comments
 (0)