CrossFit Inc. Selling to Eric Roza, Affiliate Owner and Entrepreneur
morningchalkup.com1 pointsby cyri0 comments
t.Skipf("env var %q not set, skipping integration test",envVarName)
or you can use an additional CLI flag, e.g. in `feature_test.go` write func init() { flagIntegration := flag.Bool("test.integration",false,"run int tests") }
then $ go test -v -test.integration