From 0e5012eac35bcc497bf3ae6dfaa6b80552d39335 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 18 Mar 2019 16:04:53 +0000 Subject: [PATCH] Skip TestVSCode_setFunctionBreakpoints on linux Test hangs under heavy load. llvm-svn: 356379 --- .../lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py | 1 + 1 file changed, 1 insertion(+) 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 c7c67597c86b..a175b2f5ba67 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 @@ -114,6 +114,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_functionality(self): '''Tests hitting breakpoints and the functionality of a single -- 2.34.1