From adb0ab6a66382386b28ba76a5a5d1b59a514e644 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Feb 20 2017 03:34:52 +0000 Subject: Also skip a test that times out on aarch64. Signed-off-by: Randy Barlow --- diff --git a/erlang-proper.spec b/erlang-proper.spec index 5356be9..c5c8772 100644 --- a/erlang-proper.spec +++ b/erlang-proper.spec @@ -38,9 +38,9 @@ open-source property-based testing tool for Erlang. %check -%ifarch armv7hl -# This test times out on armv7hl because the arch is too slow, so we'll just sed it out so it -# doesn't run. +%ifarch aarch64 armv7hl +# This test times out on slower arches, so we'll just sed it out so it doesn't run. +# https://github.com/manopapad/proper/issues/139 sed -i "s/adts_test_/adts_dontrun_/" test/proper_tests.erl %endif @@ -57,7 +57,7 @@ sed -i "s/adts_test_/adts_dontrun_/" test/proper_tests.erl %changelog * Sun Feb 19 2017 Randy Barlow - 1.2-3 -- Skip a test on armv7hl, as it is too slow and times out (#1423535). +- Skip a test on slow arches, as it is too slow and times out (#1423535). - Replace some tabs with spaces. - Reorganize the spec file a bit.