github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/cmd/github-pull-request-make/testdata/skip.diff (about)

     1  diff --git a/pkg/ccl/storageccl/export_storage_test.go b/pkg/ccl/storageccl/export_storage_test.go
     2  index c71a1cd1e..908d5a6db 100644
     3  --- a/pkg/ccl/storageccl/export_storage_test.go
     4  +++ b/pkg/ccl/storageccl/export_storage_test.go
     5  @@ -150,7 +150,6 @@ func TestPutS3(t *testing.T) {
     6   	}
     7   	bucket := os.Getenv("AWS_S3_BUCKET")
     8   	if bucket == "" {
     9  -		t.Skip("AWS_S3_BUCKET env var must be set")
    10   	}
    11   
    12   	// TODO(dt): this prevents leaking an http conn goroutine.