Skip to content

Commit

Permalink
Revert "tests: Work around podman/skopeo interaction bug"
Browse files Browse the repository at this point in the history
This reverts commit 6324840.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Feb 12, 2025
1 parent be2ae67 commit 37d9b6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/booted/test-image-pushpull-upgrade.nu
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def initial_build [] {
let td = mktemp -d
cd $td

# Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
# Basically things break unless "podman" initializes the c/storage instance right now.
podman images -q o>/dev/null

bootc image copy-to-storage
let img = podman image inspect localhost/bootc | from json

Expand Down
3 changes: 0 additions & 3 deletions tests/booted/test-logically-bound-switch.nu
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ let st = bootc status --json | from json
let booted = $st.status.booted.image

def initial_setup [] {
# Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
# Basically things break unless "podman" initializes the c/storage instance right now.
podman images -q o>/dev/null
bootc image copy-to-storage
podman images
podman image inspect localhost/bootc | from json
Expand Down

0 comments on commit 37d9b6e

Please sign in to comment.