Skip to content

Commit 655c890

Browse files
authored
Fix TestMinioStorageIterator skip message (#24765)
Followup to #24762, fix this message.
1 parent 9dd13e8 commit 655c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage/minio_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
func TestMinioStorageIterator(t *testing.T) {
1212
if os.Getenv("CI") == "" {
13-
t.Skip("minioStorage not present on CI")
13+
t.Skip("minioStorage not present outside of CI")
1414
return
1515
}
1616
testStorageIterator(t, string(MinioStorageType), MinioStorageConfig{

0 commit comments

Comments
 (0)