From 89fb567cc90803a46ca2f2f926eb0ea7033fed7a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 28 Apr 2021 13:57:34 +0100 Subject: [PATCH] Skip unreliable javahl test on aarch64. Related: rhbz#1951484 --- subversion.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subversion.spec b/subversion.spec index 84f22fb..75322f8 100644 --- a/subversion.spec +++ b/subversion.spec @@ -461,9 +461,13 @@ fi %endif # check-swig-rb omitted: it runs svnserve %if %{with_java} +%ifnarch aarch64 +# Breaks reliably on aarch64, timing issue? +# Upstream discussion: https://lists.apache.org/x/thread.html/rff2b0ab98a30c5fc83ca5ab21bf3862036d3a5ac2fc768d027bb6fe4@%3Cdev.subversion.apache.org%3E make check-javahl %endif %endif +%endif %post %systemd_post svnserve.service