storage/s3: reenabled s3 test

This commit is contained in:
Jarek Kowalski
2018-10-09 17:02:59 -07:00
parent db565f041e
commit c585f50be5

View File

@@ -50,10 +50,6 @@ func endpointReachable() bool {
}
func TestS3Storage(t *testing.T) {
if testing.Short() {
t.Skip("skipping during short test")
}
if !endpointReachable() {
t.Skip("endpoint not reachable")
}