Skip to content

Commit 2fd48a7

Browse files
authored
Merge pull request #11708 from tshortli/disable-dap-commands-on-windows
[stable/21.x][lldb] Disable a `TestDAP_commands` test on Windows
2 parents 3023673 + edcd870 commit 2fd48a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py

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

88

99
class TestDAP_commands(lldbdap_testcase.DAPTestCaseBase):
10+
@skipIfWindows # rdar://163316257
1011
def test_command_directive_quiet_on_success(self):
1112
program = self.getBuildArtifact("a.out")
1213
command_quiet = (

0 commit comments

Comments
 (0)