Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/machine/e2e: use tmp file for connections
On linux and macos the connections are stored under the home dir by default so it is not a problem there but on windows we first check the APPDATA env and use this dir as config storage. This has the problem that it is not cleaned up after each test as such connections might leak into the following test causing failues there. Fixes #22844 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information