1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

test: removed useless test

This commit is contained in:
Carlos Alexandro Becker 2017-12-30 09:59:08 -02:00
parent 686f5d2cd2
commit f537091757
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -24,14 +24,6 @@ func TestRelease(t *testing.T) {
assert.NoError(t, Release(newFlags(t, testParams())))
}
func TestReleaseTimeout(t *testing.T) {
_, back := setup(t)
defer back()
params := testParams()
params["timeout"] = "1s"
assert.EqualError(t, Release(newFlags(t, params)), `context deadline exceeded`)
}
func TestSnapshotRelease(t *testing.T) {
_, back := setup(t)
defer back()