diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py index 957404f257f15..d373b60c8b7d3 100644 --- a/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py +++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py @@ -66,7 +66,6 @@ def test_qThreadStopInfo_works_for_multiple_threads(self): @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48418") @expectedFailureNetBSD - @expectedFailureAll(oslist=["windows"]) # Output forwarding not implemented def test_qThreadStopInfo_only_reports_one_thread_stop_reason_during_interrupt(self): self.build() self.set_inferior_startup_launch()