1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

fix: s3 test

This commit is contained in:
Carlos Alexandro Becker 2018-09-04 09:34:09 -03:00
parent 431c28b2bd
commit 0b28e3372d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -12,6 +12,7 @@ import (
"github.com/apex/log"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/pipeline"
"github.com/goreleaser/goreleaser/internal/testlib"
"github.com/goreleaser/goreleaser/pkg/config"
"github.com/goreleaser/goreleaser/pkg/context"
"github.com/stretchr/testify/assert"
@ -23,7 +24,7 @@ func TestDescription(t *testing.T) {
}
func TestNoS3(t *testing.T) {
assert.NoError(t, Pipe{}.Run(context.New(config.Project{})))
testlib.AssertSkipped(t, Pipe{}.Run(context.New(config.Project{})))
}
func TestDefaultsNoS3(t *testing.T) {