diff --git a/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py b/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py --- a/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py +++ b/lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py @@ -19,6 +19,7 @@ NO_DEBUG_INFO_TESTCASE = True + @skipIfWindows # platform proces list -v on windows doesn't show all process the arguments def test_process_list_with_args(self): """Test process list show process args""" self.build()