Dirk Stoecker 2018-11-07 16:45:48 +00:00 committed by Git OBS Bridge
parent 2c93a74f8d
commit 73cddb062b
2 changed files with 6 additions and 10 deletions

View File

@ -23,10 +23,10 @@ license: GPL-3.0-or-later
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
custom_test: |-
%ifarch %arm
# This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
rm ./tests/04find_domain_bug.t
%endif
%{__make} test
#custom_test: |-
# %ifarch %arm
# # This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
# rm ./tests/04find_domain_bug.t
# %endif
# %{__make} test
#ignore_requires: Bizarre::Module

View File

@ -53,10 +53,6 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%ifarch %arm
# This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
rm ./tests/04find_domain_bug.t
%endif
make test
%install