From 190f25bf07ce8061a0c8305b995c6906e1460e97 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 1 Feb 2021 00:33:00 +0900 Subject: [PATCH] Disable cucumber test failing on ppc64le --- rubygem-aruba.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/rubygem-aruba.spec b/rubygem-aruba.spec index 2ef72ef..e33ef58 100644 --- a/rubygem-aruba.spec +++ b/rubygem-aruba.spec @@ -4,7 +4,7 @@ Summary: CLI Steps for Cucumber, hand-crafted for you in Aruba Name: rubygem-%{gem_name} Version: 0.14.14 -Release: 4%{?dist} +Release: 5%{?dist} # aruba itself is MIT # icons in templates/images are CC-BY # jquery.js itself is MIT or GPLv2 @@ -105,6 +105,10 @@ then -e '\@[^-]python@s|python|python3|' fi +# The following test fails on ppc64le, due to different block size +# (expected: 64k actual: 4k), disabling +mv features/04_aruba_api/filesystem/report_disk_usage.feature{,.skip} + # Get rid of Bundler sed -i Rakefile \ -e '\@[Bb]undler@d' \ @@ -120,6 +124,10 @@ sed -i features/02_configure_aruba/home_directory.feature \ # Make the Aruba always awailable. RUBYOPT=-I$(pwd)/lib cucumber + +# Go back the skipped test +mv features/04_aruba_api/filesystem/report_disk_usage.feature{.skip,} + popd @@ -142,6 +150,9 @@ popd %{gem_instdir}/templates/ %changelog +* Mon Feb 1 2021 Mamoru TASAKA - 0.14.14-5 +- Disable cucumber test failing on ppc64le + * Wed Jan 27 2021 Fedora Release Engineering - 0.14.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild