We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd13e8 commit 655c890Copy full SHA for 655c890
modules/storage/minio_test.go
@@ -10,7 +10,7 @@ import (
10
11
func TestMinioStorageIterator(t *testing.T) {
12
if os.Getenv("CI") == "" {
13
- t.Skip("minioStorage not present on CI")
+ t.Skip("minioStorage not present outside of CI")
14
return
15
}
16
testStorageIterator(t, string(MinioStorageType), MinioStorageConfig{
0 commit comments