From 68f75cb91a628b566a58c564c194096757b58fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Tue, 10 Dec 2024 07:04:32 +0100 Subject: [PATCH] Disable new dnf-automatic test on Fedora >= 41 The old dnf-automatic builds are disabled on Fedora >= 41. --- dnf-behave-tests/dnf/dnf-automatic/error-report.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnf-behave-tests/dnf/dnf-automatic/error-report.feature b/dnf-behave-tests/dnf/dnf-automatic/error-report.feature index dae23e287..646399ee1 100644 --- a/dnf-behave-tests/dnf/dnf-automatic/error-report.feature +++ b/dnf-behave-tests/dnf/dnf-automatic/error-report.feature @@ -31,6 +31,9 @@ Scenario: dnf-automatic reports an error when package installation failed Error: Transaction failed """ + +# dnf-automatic disabled by https://github.com/rpm-software-management/dnf/pull/2129 +@not.with_os=fedora__ge__41 # https://github.com/rpm-software-management/dnf/issues/1918 # https://issues.redhat.com/browse/RHEL-61882 Scenario: emitters can report errors if configured by send_error_messages = yes