aboutsummaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-30 05:17:18 -0400
committerGitHub <noreply@github.com>2020-05-30 05:17:18 -0400
commit9037908b784d7db790cb6cfbb6a84cfddb6b9304 (patch)
treea7f26c330ee4ac7d9b67889262439323d5ee2719 /test/system
parent6d6a629db5d3f8fd4d3cc44a080d928f47dab5f3 (diff)
parentdaeb6f00b2510e4aaf95a1010b038b6b076f11f5 (diff)
downloadpodman-9037908b784d7db790cb6cfbb6a84cfddb6b9304.tar.gz
podman-9037908b784d7db790cb6cfbb6a84cfddb6b9304.tar.bz2
podman-9037908b784d7db790cb6cfbb6a84cfddb6b9304.zip
Merge pull request #5594 from edsantiago/bats
system tests: enable skopeo REGISTRY_AUTH_FILE
Diffstat (limited to 'test/system')
-rw-r--r--test/system/150-login.bats1
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