Skip to content

Commit d7de9bd

Browse files
Merge pull request #10053 from weliveindetail/windows-lldb-test-reskip-dap-launch
[lldb][lldb-dap][test] Skip launch test on Windows again
2 parents 23dd6ab + 4e6085d commit d7de9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def test_args(self):
224224
'arg[%i] "%s" not in "%s"' % (i + 1, quoted_arg, lines[i]),
225225
)
226226

227+
@skipIfWindows
227228
def test_environment_with_object(self):
228229
"""
229230
Tests launch of a simple program with environment variables

0 commit comments

Comments
 (0)