From 705ef9b1094e6a5b74e70fa1f602eaa7c1dc1be2 Mon Sep 17 00:00:00 2001 From: Callahan Date: Tue, 16 Jul 2024 13:56:22 -0500 Subject: [PATCH] tests: disable `build-base: devel` spread tests (#4922) Disable `build-base: devel` spread tests until we have the resources to debug the underlying issue with 24.10 buildd images and `systemd-resolved` (#4921). We should be able to address this issue in 2024-Nov. Fixes #4910 (CRAFT-3105) Signed-off-by: Callahan Kovacs --- spread.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/spread.yaml b/spread.yaml index 7ac0f6d7b6..5e13814f27 100644 --- a/spread.yaml +++ b/spread.yaml @@ -339,10 +339,11 @@ suites: tests/spread/general/hooks/: summary: tests of snapcraft hook functionality - tests/spread/core-devel/: - summary: tests of devel base snaps - environment: - SNAPCRAFT_BUILD_ENVIRONMENT: "" +# 'build-base: devel' fails due to an issue with the 24.10 buildd image (#4921) +# tests/spread/core-devel/: +# summary: tests of devel base snaps +# environment: +# SNAPCRAFT_BUILD_ENVIRONMENT: "" # General, core suite tests/spread/cross-compile/: