Skip to content

Commit 8e0b9c8

Browse files
authored
[lldb-dap] Skip the lldb-dap output test on windows, it seems all the lldb-dap tests are disabled on windows. (#105604)
This should fix https://lab.llvm.org/buildbot/#/builders/141/builds/1747
1 parent 2b66417 commit 8e0b9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/output/TestDAP_output.py

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

99

1010
class TestDAP_output(lldbdap_testcase.DAPTestCaseBase):
11+
@skipIfWindows
1112
def test_output(self):
1213
program = self.getBuildArtifact("a.out")
1314
self.build_and_launch(program)

0 commit comments

Comments
 (0)