Codebase list golang-github-go-kit-kit / 1f66d96
Skip additional network test Daniel Swarbrick 1 year, 4 months ago
1 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 rec := recorder.NewReporter()
1313 defer rec.Close()
1414
15 --- a/tracing/opencensus/http_test.go
16 +++ b/tracing/opencensus/http_test.go
17 @@ -20,6 +20,8 @@ import (
18 )
19
20 func TestHTTPClientTrace(t *testing.T) {
21 + t.Skip("Skipping test requiring internet connectivity")
22 +
23 var (
24 err error
25 rec = &recordingExporter{}