Skip to content

Commit

Permalink
Fix TestMinioStorageIterator skip message (#24765)
Browse files Browse the repository at this point in the history
Followup to #24762, fix this
message.
  • Loading branch information
silverwind authored May 17, 2023
1 parent 9dd13e8 commit 655c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/storage/minio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 655c890

Please sign in to comment.