Skip to content

Commit f5dd845

Browse files
committed
[LLDB] SkipIf TestPythonOSPlugin.py on Windows
test_run_python_os_step in TestPythonOSPlugin.py fails on Windows after PR #97043. The test passes when run individually using dotest.py. I have marked this skipped for windows to make LLDB AArch64 Windows buildbot happy. a4c1813 https://lab.llvm.org/buildbot/#/builders/141/builds/379
1 parent c686f0c commit f5dd845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_python_os_plugin(self):
1717
self.build()
1818
self.run_python_os_funcionality()
1919

20+
@skipIfWindows # This is flaky on Windows
2021
def test_run_python_os_step(self):
2122
"""Test that the Python operating system plugin works correctly when single stepping a virtual thread"""
2223
self.build()

0 commit comments

Comments
 (0)