From 8b0853a6da02bcf2aa8806cc9f087cfdca8ffb4a Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 31 Aug 2018 08:31:27 +0000 Subject: XFail one more VSCode test which fails under heavy load llvm-svn: 341186 --- .../tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint') diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py index 8a3f3549f6e..c7c67597c86 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py @@ -21,6 +21,7 @@ class TestVSCode_setFunctionBreakpoints( @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @skipIfLinux # test hangs on linux under heavy load @no_debug_info_test def test_set_and_clear(self): '''Tests setting and clearing function breakpoints. -- cgit v1.2.3