From 245ded3d1d31fd7b1eb34ca2957b35bd7469d0ab Mon Sep 17 00:00:00 2001 From: Callahan Date: Fri, 26 Apr 2024 11:56:57 -0500 Subject: [PATCH] tests: remove core24 snap workarounds (#4761) Drop core24 workarounds in the spread tests now that `core24` is available on stable. Signed-off-by: Callahan Kovacs --- spread.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/spread.yaml b/spread.yaml index a8de0f9cf6..21804446a2 100644 --- a/spread.yaml +++ b/spread.yaml @@ -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 @@ -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/: