diff --git a/lldb/test/API/tools/lldb-dap/step/TestDAP_step.py b/lldb/test/API/tools/lldb-dap/step/TestDAP_step.py index 5c055f679aedc..3a747c3995665 100644 --- a/lldb/test/API/tools/lldb-dap/step/TestDAP_step.py +++ b/lldb/test/API/tools/lldb-dap/step/TestDAP_step.py @@ -84,6 +84,7 @@ def test_step(self): # only step one thread that is at the breakpoint and stop break + @skipIfWindows def test_step_over_inlined_function(self): """ Test stepping over when the program counter is in another file.