diff --git a/Formula/goproxy.rb b/Formula/goproxy.rb index c6317e2886705..439a7cb28a9e0 100644 --- a/Formula/goproxy.rb +++ b/Formula/goproxy.rb @@ -31,8 +31,9 @@ def install test_module = "github.com/spf13/cobra" system "go", "get", test_module ensure - Process.kill("SIGINT", server.pid) - Process.wait(server.pid) + nil + # Process.kill("SIGINT", server.pid) + # Process.wait(server.pid) end assert_match test_module, server.read end