mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	Fix TestMinioStorageIterator skip message (#24765)
Followup to https://github.com/go-gitea/gitea/pull/24762, fix this message.
This commit is contained in:
		@@ -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{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user