From d69e5dfa234f8af7fb1c3bdbceb5c101c300bab1 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 12 Jan 2023 14:10:48 -0800 Subject: [lldb/test] Disable TestScriptedProcess.py on linux while investigating the issue Signed-off-by: Med Ismail Bennani --- lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py') diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index 619e47cfe483..9cb33fb83201 100644 --- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py @@ -14,6 +14,7 @@ class ScriptedProcesTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True + @skipUnlessDarwin def test_python_plugin_package(self): """Test that the lldb python module has a `plugins.scripted_process` package.""" -- cgit v1.2.3