diff --git a/lldb/test/API/commands/statistics/basic/TestStats.py b/lldb/test/API/commands/statistics/basic/TestStats.py index 03ec1693447051..a0a9eeb6493207 100644 --- a/lldb/test/API/commands/statistics/basic/TestStats.py +++ b/lldb/test/API/commands/statistics/basic/TestStats.py @@ -921,6 +921,7 @@ def test_order_of_options_do_not_matter(self): f"The order of options '{options[0]}' and '{options[1]}' should not matter", ) + @skipIfWindows def test_summary_statistics_providers(self): """ Test summary timing statistics is included in statistics dump when @@ -960,6 +961,7 @@ def test_summary_statistics_providers(self): self.assertIn("'totalTime':", summary_provider_str) self.assertIn("'type': 'python'", summary_provider_str) + @skipIfWindows def test_summary_statistics_providers_vec(self): """ Test summary timing statistics is included in statistics dump when