Merge pull request #116994 from mmiranda96/fix/116505
Create local copy to avoid potential race condition
This commit is contained in:
		| @@ -160,6 +160,7 @@ func TestMonitorShutdown(t *testing.T) { | ||||
| 	} | ||||
|  | ||||
| 	for _, tc := range tests { | ||||
| 		tc := tc | ||||
| 		t.Run(tc.desc, func(t *testing.T) { | ||||
| 			fakeSystemBus := &fakeSystemDBus{} | ||||
| 			bus := DBusCon{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot