From b1d0963b71fb61c5d55e48cb991cdb7ac4fe44f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 13 Oct 2025 14:42:03 +0200 Subject: [PATCH] Test/unit-tests: don't enable tag repos in TF during prepare MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TF renamed their tag repos, which makes out unit tests prepare step fail. Moreover, these repos are now enabled by default, so there's no value in enabling them explicitly. Resolves: RHEL-111405 Signed-off-by: Tomáš Hozza --- plans/unit-tests.fmf | 3 --- 1 file changed, 3 deletions(-) diff --git a/plans/unit-tests.fmf b/plans/unit-tests.fmf index bc42ab8..6b6e36e 100644 --- a/plans/unit-tests.fmf +++ b/plans/unit-tests.fmf @@ -5,9 +5,6 @@ prepare: - git - make - osbuild - - how: shell - order: 20 - script: dnf config-manager --set-enabled testing-farm-tag-repository discover: how: fmf filter: tag:unit-test