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