mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	[CI] disable minio test, no minio server yet in CI
(cherry picked from commit0dd74d09d3) (cherry picked from commit28d2d9b212) (cherry picked from commit3c3db1ff0f) (cherry picked from commit79bbbe2dd2) (cherry picked from commita4050eb6b1) (cherry picked from commitd8fac17bbe) (cherry picked from commit1220a8e015) (cherry picked from commite0beae09f0) (cherry picked from commite4bf15eb95) (cherry picked from commita6a4faf9c4) (cherry picked from commit336e35fdb9) (cherry picked from commit 1ba0cd8732244a2082b5be27a817daa738f6b44f)
This commit is contained in:
		
					parent
					
						
							
								7e5d471c83
							
						
					
				
			
			
				commit
				
					
						0bacaa4fce
					
				
			
		
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -4,17 +4,13 @@ | |||
| package storage | ||||
| 
 | ||||
| import ( | ||||
| 	"os" | ||||
| 	"testing" | ||||
| 
 | ||||
| 	"code.gitea.io/gitea/modules/setting" | ||||
| ) | ||||
| 
 | ||||
| func TestMinioStorageIterator(t *testing.T) { | ||||
| 	if os.Getenv("CI") == "" { | ||||
| 		t.Skip("minioStorage not present outside of CI") | ||||
| 		return | ||||
| 	} | ||||
| 	t.Skip("minio not found in Forgejo test yet") | ||||
| 	testStorageIterator(t, setting.MinioStorageType, &setting.Storage{ | ||||
| 		MinioConfig: setting.MinioStorageConfig{ | ||||
| 			Endpoint:        "127.0.0.1:9000", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue