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
if [[ ${NAME}!="alpine"* ]] &&command -v w3m >/dev/null;then
384
+
if [[ ${NAME}!="alpine"*&&${NAME}!="wsl2"*]] &&command -v w3m >/dev/null;then
385
385
INFO "Testing https://github.com/lima-vm/lima/issues/3685 ([gRPC portfwd] client connection is not closed immediately when server closed the connection)"
386
386
# Skip the test on Alpine, as systemd-run is missing
387
+
# Skip the test on WSL2, as port forwarding is half broken https://github.com/lima-vm/lima/pull/3686#issuecomment-3034842616
0 commit comments