Merge pull request #5594 from edsantiago/bats

system tests: enable skopeo REGISTRY_AUTH_FILE
This commit is contained in:
OpenShift Merge Robot
2020-05-30 05:17:18 -04:00
committed by GitHub

View File

@ -282,7 +282,6 @@ function _test_skopeo_credential_sharing() {
} }
@test "podman login - shares credentials with skopeo - via envariable" { @test "podman login - shares credentials with skopeo - via envariable" {
skip "skopeo does not yet support REGISTRY_AUTH_FILE; #822"
authfile=${PODMAN_LOGIN_WORKDIR}/auth-$(random_string 10).json authfile=${PODMAN_LOGIN_WORKDIR}/auth-$(random_string 10).json
rm -f $authfile rm -f $authfile