[CI] disable minio test, no minio server yet in CI

This commit is contained in:
Earl Warren 2023-05-16 08:33:22 +02:00
parent e1bbfa3619
commit 0dd74d09d3
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
)
func TestMinioStorageIterator(t *testing.T) {
t.Skip("minio not found in Forgejo test yet")
testStorageIterator(t, string(MinioStorageType), MinioStorageConfig{
Endpoint: "127.0.0.1:9000",
AccessKeyID: "123456",