forked from OSchip/llvm-project
Skip the lldb-vscode attach with waitFor test for now, some build bots are having trouble.
llvm-svn: 340077
This commit is contained in:
parent
9ddc1a09d4
commit
f6e36ee83e
|
@ -94,6 +94,7 @@ class TestVSCode_attach(lldbvscode_testcase.VSCodeTestCaseBase):
|
|||
self.set_and_hit_breakpoint(continueToExit=True)
|
||||
|
||||
@skipUnlessDarwin
|
||||
@skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots
|
||||
@no_debug_info_test
|
||||
def test_by_name_waitFor(self):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue