swarm/pss/notify: shutdown net in TestStart to fix OOM issue (#18953)
This commit is contained in:
		
				
					committed by
					
						
						Anton Evangelatov
					
				
			
			
				
	
			
			
			
						parent
						
							616cf78203
						
					
				
				
					commit
					104e6b2050
				
			@@ -51,6 +51,7 @@ func TestStart(t *testing.T) {
 | 
			
		||||
		ID:             "0",
 | 
			
		||||
		DefaultService: "bzz",
 | 
			
		||||
	})
 | 
			
		||||
	defer net.Shutdown()
 | 
			
		||||
	leftNodeConf := adapters.RandomNodeConfig()
 | 
			
		||||
	leftNodeConf.Services = []string{"bzz", "pss"}
 | 
			
		||||
	leftNode, err := net.NewNodeWithConfig(leftNodeConf)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user