Disable cucumber test failing on ppc64le

f38
Mamoru TASAKA 4 years ago
parent 08c683c968
commit 190f25bf07

@ -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 <mtasaka@fedoraproject.org> - 0.14.14-5
- Disable cucumber test failing on ppc64le
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save