Open
Description
Component(s)
internal/aws
Describe the issue you're reporting
=== Failed
=== FAIL: k8sclient TestNewEndpointClient (1.96s)
testing.go:1232: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestNewEndpointClient2794352608\001\kubeconfig1568137733: The process cannot access the file because it is being used by another process.
=== FAIL: k8sclient TestNewEndpointClient (re-run 1) (1.80s)
testing.go:1232: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestNewEndpointClient1042394718\001\kubeconfig2292752825: The process cannot access the file because it is being used by another process.
Typically the test is not closing some file handle deterministically and when the test suit tries to cleanup the folder we get this type of error on Windows