Random failures from DeleteAllProfiles unit test #11134
Labels
area/testing
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Due to it making direct calls to
docker
, and finding profiles outside the test context.There should be a mocked docker (
oci.Docker
), similar to the mockminiHome
.The invalid profiles are:
[p1 p2_empty_profile_config p3_invalid_profile_config p4_partial_profile_config p5_missing_machine_config p6_empty_machine_config p7_invalid_machine_config p8_partial_machine_config minikube]
It also shouldn't just make random calls to Docker like that, but that's another story. (#8577)
The text was updated successfully, but these errors were encountered: