From 810fcb191126868bbbe733ade0f0988c375e4964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Thu, 6 Jan 2022 14:56:23 +0100 Subject: [PATCH] Do not install conflicting packages in test --- tests/smoke.fmf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/smoke.fmf b/tests/smoke.fmf index ca74391..f879d5c 100644 --- a/tests/smoke.fmf +++ b/tests/smoke.fmf @@ -1,3 +1,9 @@ summary: Basic smoke test for abrt +prepare: + how: install + # Do not attempt to install conflicting subpackages. + exclude: + - abrt-atomic + - python3-abrt-container-addon execute: script: abrt-action-notify --help