1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-19 17:46:10 +02:00

Fix TestMinioStorageIterator skip message (#24765)

Followup to https://github.com/go-gitea/gitea/pull/24762, fix this
message.
This commit is contained in:
silverwind 2023-05-17 18:22:17 +02:00 committed by GitHub
parent 9dd13e84ca
commit 655c890cbd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import (
func TestMinioStorageIterator(t *testing.T) {
if os.Getenv("CI") == "" {
t.Skip("minioStorage not present on CI")
t.Skip("minioStorage not present outside of CI")
return
}
testStorageIterator(t, string(MinioStorageType), MinioStorageConfig{