diff options
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/150-login.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/150-login.bats b/test/system/150-login.bats index e3e2b7aca..89ae30a18 100644 --- a/test/system/150-login.bats +++ b/test/system/150-login.bats @@ -282,7 +282,6 @@ function _test_skopeo_credential_sharing() { } @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 rm -f $authfile |