We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0087f commit 367221cCopy full SHA for 367221c
lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
@@ -17,6 +17,7 @@ def test_python_os_plugin(self):
17
self.build()
18
self.run_python_os_funcionality()
19
20
+ @skipIfWindows # This is flaky on Windows
21
def test_run_python_os_step(self):
22
"""Test that the Python operating system plugin works correctly when single stepping a virtual thread"""
23
0 commit comments