mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Disable test for incoming email (#22686)
Disable this test for the moment because the used imap container image seems unstable which results in many failed CI builds. Co-authored-by: Jason Song <i@wolfogre.com>
This commit is contained in:
		
					parent
					
						
							
								c14d3e80e8
							
						
					
				
			
			
				commit
				
					
						b80538f37d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -126,7 +126,7 @@ INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.h
 | 
				
			||||||
ENABLED = true
 | 
					ENABLED = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[email.incoming]
 | 
					[email.incoming]
 | 
				
			||||||
ENABLED = true
 | 
					ENABLED = false
 | 
				
			||||||
HOST = smtpimap
 | 
					HOST = smtpimap
 | 
				
			||||||
PORT = 993
 | 
					PORT = 993
 | 
				
			||||||
USERNAME = debug@localdomain.test
 | 
					USERNAME = debug@localdomain.test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue