Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete skips #10291

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/buildah-bud/apply-podman-deltas
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ skip "FIXME FIXME FIXME podman save/load has been fixed (but not yet used in Bui

###############################################################################
# BEGIN tests which are skipped due to actual podman bugs.
skip "FIXME: podman #9915" \
"bud with --arch flag"


###############################################################################
# Done.
Expand Down
1 change: 0 additions & 1 deletion test/e2e/images_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ WORKDIR /test
})

It("podman pull by digest and list --all", func() {
Skip("FIXME-8165: 'rmi -af' fails with 'layer not known' (#6510)")
// Prevent regressing on issue #7651.
digestPullAndList := func(noneTag bool) {
session := podmanTest.Podman([]string{"pull", ALPINEAMD64DIGEST})
Expand Down
7 changes: 0 additions & 7 deletions test/system/001-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ function setup() {
@test "podman version emits reasonable output" {
run_podman version

# FIXME FIXME FIXME: #10248: nasty message on Ubuntu cgroups v1, rootless
if [[ "$output" =~ "overlay test mount with multiple lowers failed" ]]; then
if is_rootless; then
lines=("${lines[@]:1}")
fi
fi

# First line of podman-remote is "Client:<blank>".
# Just delete it (i.e. remove the first entry from the 'lines' array)
if is_remote; then
Expand Down