mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Uncomment the code that cause by #19254
This commit is contained in:
		| @@ -242,8 +242,7 @@ func TestCreatePods(t *testing.T) { | ||||
| 		ResponseBody: string(body), | ||||
| 	} | ||||
| 	testServer := httptest.NewServer(&fakeHandler) | ||||
| 	// TODO: Uncomment when fix #19254 | ||||
| 	// defer testServer.Close() | ||||
| 	defer testServer.Close() | ||||
| 	clientset := clientset.NewForConfigOrDie(&restclient.Config{Host: testServer.URL, ContentConfig: restclient.ContentConfig{GroupVersion: testapi.Default.GroupVersion()}}) | ||||
|  | ||||
| 	podControl := RealPodControl{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhouhaibing089
					zhouhaibing089