From da8f39855ef15298664a3a3d6b65c3fbb708113b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 4 Mar 2022 10:43:27 +0100 Subject: [PATCH] Skip tests on EL7 --- perl-Authen-WebAuthn.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-Authen-WebAuthn.spec b/perl-Authen-WebAuthn.spec index 46007a4..d1bee98 100644 --- a/perl-Authen-WebAuthn.spec +++ b/perl-Authen-WebAuthn.spec @@ -64,7 +64,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check +# Tests fail on EL7 +%if 0%{?rhel} >= 8 make test +%endif %clean rm -rf $RPM_BUILD_ROOT