mirror of
				https://github.com/traefik/traefik.git
				synced 2025-11-04 02:11:15 +01:00 
			
		
		
		
	Ignore garbage collector flaky test
This commit is contained in:
		
							parent
							
								
									b46665c620
								
							
						
					
					
						commit
						be156f6071
					
				@ -117,6 +117,9 @@ func TestConnPool_MaxIdleConn(t *testing.T) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func TestGC(t *testing.T) {
 | 
					func TestGC(t *testing.T) {
 | 
				
			||||||
 | 
						// TODO: make the test stable if possible.
 | 
				
			||||||
 | 
						t.Skip("This test is flaky")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	var isDestroyed bool
 | 
						var isDestroyed bool
 | 
				
			||||||
	pools := map[string]*connPool{}
 | 
						pools := map[string]*connPool{}
 | 
				
			||||||
	dialer := func() (net.Conn, error) {
 | 
						dialer := func() (net.Conn, error) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user