Skip to content

Commit

Permalink
tests: remove core24 snap workarounds (#4761) (#4763)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Apr 29, 2024
1 parent 07b4ee1 commit 87fc77a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,6 @@ suites:
- ubuntu-24.04*
environment:
SNAPCRAFT_BUILD_ENVIRONMENT: ""
prepare: |
# Workaround to be able to test the snaps
if snap list core24; then
# The already installed case
exit 0
elif snap install core24; then
echo Remove this workaround
exit 1
else
snap install core24 --edge
fi

tests/spread/core24-suites/environment/:
summary: core24 environment tests
Expand All @@ -313,17 +302,6 @@ suites:
summary: core24 patchelf tests
systems:
- ubuntu-24.04*
prepare: |
# Workaround to be able to test the snaps
if snap list core24; then
# The already installed case
exit 0
elif snap install core24; then
echo Remove this workaround
exit 1
else
snap install core24 --edge
fi

# General, core suite
tests/spread/general/:
Expand Down

0 comments on commit 87fc77a

Please sign in to comment.