We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859265 commit 757bb36Copy full SHA for 757bb36
lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py
@@ -70,6 +70,7 @@ def test_pending_request(self):
70
self.assertEqual(cancel_resp["success"], True)
71
self.continue_to_exit()
72
73
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
74
def test_inflight_request(self):
75
"""
76
Tests cancelling an inflight request.
0 commit comments