You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
test_connect_stdio was marked xfail on Windows since #544, but Neovim
has since fixed stdio channel handling for detached processes on Windows
(neovim/neovim#37977).
Solution:
Remove the xfail mark from test_connect_stdio. Keep xfail on
test_connect_socket since it uses UNIX domain sockets which are
fundamentally unsupported on Windows.
0 commit comments