From c3c36bf304273757c340e3d91548ceb123677d94 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 2 Jul 2024 11:27:46 +0200 Subject: [PATCH] Skip internal tests in CentOS Stream/Fedora Since the tests repo is not accessible there. The `rpm-tmt-test` job will still fail, since with this change it will complain about an empty test plan, but that's something to (possibly) fix in the near future. --- plans.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans.fmf b/plans.fmf index 3c9dfd1..ad43161 100644 --- a/plans.fmf +++ b/plans.fmf @@ -5,3 +5,6 @@ filter: 'tier: 1' execute: how: tmt + adjust: + enabled: false + when: distro == centos-stream or distro == fedora