Skip to content

Commit

Permalink
Merge pull request #7438 from openSUSE/comment
Browse files Browse the repository at this point in the history
Remove test comment for now-succeeding tests
  • Loading branch information
rhatdan authored Aug 27, 2020
2 parents f99954c + 3c4f945 commit d6b0377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/system/075-exec.bats
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ load helpers
}

# #6829 : add username to /etc/passwd inside container if --userns=keep-id
# #6593 : doesn't actually work with podman exec
@test "podman exec - with keep-id" {
run_podman run -d --userns=keep-id $IMAGE sh -c \
"echo READY;while [ ! -f /stop ]; do sleep 1; done"
Expand All @@ -100,8 +99,6 @@ load helpers
run_podman exec $cid id -un
is "$output" "$(id -un)" "container is running as current user"

# Until #6593 gets fixed, this just hangs. The server process barfs with:
# unable to find user <username>: no matching entries in passwd file
run_podman exec --user=$(id -un) $cid touch /stop
run_podman wait $cid
run_podman rm $cid
Expand Down

0 comments on commit d6b0377

Please sign in to comment.