From 65f6b37a14dd51a5e749610da8dab81b6fdf6176 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 5 Aug 2017 14:32:54 -0400 Subject: [PATCH] Skip more grep tests on s390x These tests fail intermittently on s390x, but work reliably on all other architectures. --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 24915c3..f02fb9c 100644 --- a/git.spec +++ b/git.spec @@ -574,7 +574,7 @@ find %{buildroot}%{_pkgdocdir} -name "*.html" | xargs linkchecker %endif %ifarch s390x # Skip grep tests which fail intermittently on s390x -export GIT_SKIP_TESTS="t7810" +export GIT_SKIP_TESTS="t7008 t7810" %endif make test