mirror of
https://github.com/kopia/kopia.git
synced 2026-03-16 21:28:15 -04:00
storage/s3: reenabled s3 test
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user