From d42b38144537e3f8058f664a4252a62454635e41 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 19 Apr 2019 18:46:56 +0000 Subject: [PATCH] This test doesn't need to be run for all debug formats. llvm-svn: 358776 --- .../test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index 4a19a4e..f105237 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -16,6 +16,7 @@ import lldbsuite.test.lldbutil as lldbutil class PluginPythonOSPlugin(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True def test_python_os_plugin(self): """Test that the Python operating system plugin works correctly""" -- 2.7.4