summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2018-08-17 20:42:06 +0000
committerGreg Clayton <gclayton@apple.com>2018-08-17 20:42:06 +0000
commitf6e36ee83e1cd5c881b450561a021e834acc9810 (patch)
tree17ab27874e990c9d57afce07363f168223d81c42 /lldb/packages/Python
parent9ddc1a09d4e08a8b7074c8c9dbcb1890e63333f7 (diff)
downloadbcm5719-llvm-f6e36ee83e1cd5c881b450561a021e834acc9810.tar.gz
bcm5719-llvm-f6e36ee83e1cd5c881b450561a021e834acc9810.zip
Skip the lldb-vscode attach with waitFor test for now, some build bots are having trouble.
llvm-svn: 340077
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py1
1 files changed, 1 insertions, 0 deletions
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):
'''
OpenPOWER on IntegriCloud