Skip to content

Commit 97b8cec

Browse files
committed
[lldb][lldb-dap] Skip runInTerminalWithObjectEnv test on Windows
It is failing on our Windows on Arm bot: AssertionError: False is not true : launch failed (Unimplemented) Given that all the others are skipped on Windows, I assume this failure is expected too.
1 parent 20a7208 commit 97b8cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_runInTerminal(self):
7373

7474
self.continue_to_exit()
7575

76+
@skipIfWindows
7677
@skipIf(oslist=["linux"], archs=no_match(["x86_64"]))
7778
def test_runInTerminalWithObjectEnv(self):
7879
"""

0 commit comments

Comments
 (0)