mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Fix SSH auth lfs locks (#3152)
* Fix SSH auth LFS locks * Activate SSH/lock test * Remove debug * Follow @lunny recommendation for AfterLoad method
This commit is contained in:
		
				
					committed by
					
						 Lauris BH
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							97fe773491
						
					
				
				
					commit
					9e842c8a72
				
			| @@ -214,11 +214,9 @@ func TestGit(t *testing.T) { | ||||
| 						commitAndPush(t, bigSize, dstPath) | ||||
| 					}) | ||||
| 				}) | ||||
| 				/* Failed without #3152. TODO activate with fix. | ||||
| 				t.Run("Locks", func(t *testing.T) { | ||||
| 				  lockTest(t, u.String(), dstPath) | ||||
| 					lockTest(t, u.String(), dstPath) | ||||
| 				}) | ||||
| 				*/ | ||||
| 			}) | ||||
| 		}) | ||||
| 	}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user