Specifically, because tests/integration/targets/token/defaults/main.yml contains a scenario named docker-docker.
Possibly, a machine without Podman would fails as well (due to scenarios podman-podman and others).
In such an environment, the test will only finish with:
--exclude token (ie, bypassing the whole of the offending test), or
--continue-on-error. In that case, all tests are run but the token test is reported as a failure.
Specifically, because
tests/integration/targets/token/defaults/main.ymlcontains a scenario nameddocker-docker.Possibly, a machine without Podman would fails as well (due to scenarios
podman-podmanand others).In such an environment, the test will only finish with:
--exclude token(ie, bypassing the whole of the offending test), or--continue-on-error. In that case, all tests are run but the token test is reported as a failure.