From f6e36ee83e1cd5c881b450561a021e834acc9810 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 17 Aug 2018 20:42:06 +0000 Subject: Skip the lldb-vscode attach with waitFor test for now, some build bots are having trouble. llvm-svn: 340077 --- .../Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode') diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py index 6e038864d8d..f4004c9ee2c 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py @@ -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): ''' -- cgit v1.2.3