Skip to content

Commit 757bb36

Browse files
committed
[lldb][test] Disable a test from TestDAP_cancel.py on Windows
Flakey on our Windows on Arm bot: https://lab.llvm.org/buildbot/#/builders/141/builds/11516 See #137660
1 parent e859265 commit 757bb36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_pending_request(self):
7070
self.assertEqual(cancel_resp["success"], True)
7171
self.continue_to_exit()
7272

73+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
7374
def test_inflight_request(self):
7475
"""
7576
Tests cancelling an inflight request.

0 commit comments

Comments
 (0)