Closed sw25481 closed 8 years ago
Thanks for this report! In the attached PR I added a TF_SKIP_REMOTE_TESTS
env var you can set to opt out of the tests that interact with the network.
Hope this helps!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I am trying to compile Terraform as I need to develop some additional plugins to work with internal systems.
I can compile it just fine on a Cloud hosted vanilla server, (as long as I fix the windows-line-endings.tf https://groups.google.com/forum/#!topic/terraform-tool/C8puepxkqAg)
Behind the proxy and firewall we have at work the unit test for the following fails
github.com/hashicorp/terraform/state/remote/remote_test.go
which as far as I can tell is actually being called from
github.com/hashicorp/terraform/state/remote/consul_test.go
It appears to test that connectivity is available to Google, (which is is), and then tries to download a binary file of some kind from
demo.consul.io:80
, (which is not allowed here).Does anyone know how to work around this failure? Sadly I can't change the proxy/firewall rules and I can't use a binary distribution
Here is the full output