mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Hotfix for integration testing (#2473)
* Hotfix for integration testing * Comment sqlite tests because of database locking issues
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							4b8fef143e
						
					
				
				
					commit
					fd85e25f5f
				
			@@ -3,11 +3,6 @@ RUN_MODE = prod
 | 
			
		||||
 | 
			
		||||
[database]
 | 
			
		||||
DB_TYPE  = sqlite3
 | 
			
		||||
HOST     = 127.0.0.1:3306
 | 
			
		||||
NAME     = testgitea
 | 
			
		||||
USER     = gitea
 | 
			
		||||
PASSWD   =
 | 
			
		||||
SSL_MODE = disable
 | 
			
		||||
PATH     = :memory:
 | 
			
		||||
 | 
			
		||||
[repository]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user