From baded7fb4338bb89798cf424bb8156ede4150fe1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 11 Jul 2024 09:09:58 +0200 Subject: [PATCH] Disable tests for non-rhel rpms --- tests/revdep-tests/perl-Future-AsyncAwait.fmf | 5 +++++ tests/revdep-tests/perl-Object-Pad.fmf | 5 +++++ tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf | 5 +++++ tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/tests/revdep-tests/perl-Future-AsyncAwait.fmf b/tests/revdep-tests/perl-Future-AsyncAwait.fmf index ac2b8bc..05ad02f 100644 --- a/tests/revdep-tests/perl-Future-AsyncAwait.fmf +++ b/tests/revdep-tests/perl-Future-AsyncAwait.fmf @@ -6,3 +6,8 @@ summary: Reverse dependency tests component: perl-Future-AsyncAwait require: perl-Future-AsyncAwait-tests test: /usr/libexec/perl-Future-AsyncAwait/test +enabled: true +adjust: + - enabled: false + when: distro = rhel or distro = centos-stream + continue: false diff --git a/tests/revdep-tests/perl-Object-Pad.fmf b/tests/revdep-tests/perl-Object-Pad.fmf index a2e72d2..0c0fd13 100644 --- a/tests/revdep-tests/perl-Object-Pad.fmf +++ b/tests/revdep-tests/perl-Object-Pad.fmf @@ -6,3 +6,8 @@ summary: Reverse dependency tests component: perl-Object-Pad require: perl-Object-Pad-tests test: /usr/libexec/perl-Object-Pad/test +enabled: true +adjust: + - enabled: false + when: distro = rhel or distro = centos-stream + continue: false diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf index a94c22b..3a0de1a 100644 --- a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf +++ b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf @@ -6,3 +6,8 @@ summary: Reverse dependency tests component: perl-Syntax-Keyword-Defer require: perl-Syntax-Keyword-Defer-tests test: /usr/libexec/perl-Syntax-Keyword-Defer/test +enabled: true +adjust: + - enabled: false + when: distro = rhel or distro = centos-stream + continue: false diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf index 5e19a4c..6f4ee0f 100644 --- a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf +++ b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf @@ -6,3 +6,8 @@ summary: Reverse dependency tests component: perl-Syntax-Keyword-Dynamically require: perl-Syntax-Keyword-Dynamically-tests test: /usr/libexec/perl-Syntax-Keyword-Dynamically/test +enabled: true +adjust: + - enabled: false + when: distro = rhel or distro = centos-stream + continue: false