From 73b508ef600c3513e2bd4c15fcf3740380061bf5 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Thu, 25 Apr 2024 18:01:32 -0500 Subject: [PATCH] tests: remove core24 snap workarounds 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/: