From 161072f6ccd06deedf0108c89f34259e22551767 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 26 Feb 2026 20:13:30 +0530 Subject: [PATCH] Packit: Re-enable ELN tests Not certain what exactly fixed the registry container startup, but *something* changed between 2025-11-17 and 2026-02-26. Probably a mirror / compose flake, given it only occurred on x86_64. aarch64 wasn't affected but it was simpler to just disable it entirely in packit config. Related: #2748 Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 5e328bc7..03608c19 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -90,8 +90,7 @@ jobs: # Tests on ELN for main branch - job: tests - # FIXME: https://github.com/containers/skopeo/issues/2748 - trigger: ignore + trigger: pull_request packages: [skopeo-eln] notifications: *test_failure_notification targets: *eln_copr_targets