kic test failure: verify_cache_inside_node : different output of crictil and docker images #6445
Labels
co/docker-driver
Issues related to kubernetes in container
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
thanks to this integration test I found out the cache add command doesnt work as expected on "docker driver" with docker run time.
I did manual checking:
in the integration tests we check the output of crictl images inside minikube and expect busybox to be there.
the intertesting is the output of "docker images " has what we need !
interesting is the same test works fine on VM.
The text was updated successfully, but these errors were encountered: