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 {
 | 
						for _, tc := range tests {
 | 
				
			||||||
 | 
							tc := tc
 | 
				
			||||||
		t.Run(tc.desc, func(t *testing.T) {
 | 
							t.Run(tc.desc, func(t *testing.T) {
 | 
				
			||||||
			fakeSystemBus := &fakeSystemDBus{}
 | 
								fakeSystemBus := &fakeSystemDBus{}
 | 
				
			||||||
			bus := DBusCon{
 | 
								bus := DBusCon{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user