From 4fa4c8e1a2ec8ea90c7aeb663dc7a98f4515d5aa Mon Sep 17 00:00:00 2001 From: Martin Pitt <martin@piware.de> Date: Thu, 2 Jan 2025 14:50:14 +0100 Subject: [PATCH] packit: Re-enable CentOS 10 integration tests https://issues.redhat.com/browse/TFT-2612 got fixed long ago. --- packit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packit.yaml b/packit.yaml index 13115a6..b3d15cf 100644 --- a/packit.yaml +++ b/packit.yaml @@ -58,8 +58,7 @@ jobs: packages: [umockdev-centos] targets: - centos-stream-9-x86_64 - # blocked: https://issues.redhat.com/browse/TFT-2612 - # - centos-stream-10-x86_64 + - centos-stream-10-x86_64 - job: propose_downstream trigger: release -- GitLab