From: Med Ismail Bennani Date: Thu, 12 Jan 2023 22:10:48 +0000 (-0800) Subject: [lldb/test] Disable TestScriptedProcess.py on linux while investigating the issue X-Git-Tag: upstream/17.0.6~21138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d69e5dfa234f8af7fb1c3bdbceb5c101c300bab1;p=platform%2Fupstream%2Fllvm.git [lldb/test] Disable TestScriptedProcess.py on linux while investigating the issue Signed-off-by: Med Ismail Bennani --- diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index 619e47c..9cb33fb 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."""