Skip more grep tests on s390x
These tests fail intermittently on s390x, but work reliably on all other architectures.
This commit is contained in:
parent
2c6eff99d7
commit
65f6b37a14
2
git.spec
2
git.spec
@ -574,7 +574,7 @@ find %{buildroot}%{_pkgdocdir} -name "*.html" | xargs linkchecker
|
|||||||
%endif
|
%endif
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
# Skip grep tests which fail intermittently on s390x
|
# Skip grep tests which fail intermittently on s390x
|
||||||
export GIT_SKIP_TESTS="t7810"
|
export GIT_SKIP_TESTS="t7008 t7810"
|
||||||
%endif
|
%endif
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user