diff --git a/s3/stow_test.go b/s3/stow_test.go index 39f397b..9c01854 100644 --- a/s3/stow_test.go +++ b/s3/stow_test.go @@ -61,9 +61,6 @@ func TestPreSignedURL(t *testing.T) { is.NoErr(err) container, err := location.Container("flyte-demo") - if err != nil { - t.Skip(err) - } ctx := context.Background() res, err := container.PreSignRequest(ctx, stow.ClientMethodPut, "blah/bloh/fileon", stow.PresignRequestParams{ ExpiresIn: time.Hour, @@ -95,9 +92,6 @@ func TestPreSignedURLSSEBucket(t *testing.T) { is.NoErr(err) container, err := location.Container("flyte-demo") - if err != nil { - t.Skip(err) - } ctx := context.Background() res, err := container.PreSignRequest(ctx, stow.ClientMethodPut, "blah/bloh/fileon", stow.PresignRequestParams{ ExpiresIn: time.Hour,