-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http/httptest: failed to listen on a port: listen tcp6 [::1]:0: socket #61452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(CC @golang/windows) |
This is WSAEPROVIDERFAILEDINIT Windows error message. I googled for I suspect you are doing something similar to what happens in #25210 . Alex |
Thanks @alexbrainman for getting back. A couple of our unittests are calling |
|
I would avoid calling Alex |
I have removed a couple of Clearenv() calls from unittests that was causing the failures. Thanks for your help. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?windows_amd64 on github actions
go env
OutputWhat did you do?
No changes to the following, but tests on github actions is now failing on windows only.
What did you expect to see?
Tests are passing as before.
What did you see instead?
The text was updated successfully, but these errors were encountered: