diff --git a/SPECS/ruby.spec b/SPECS/ruby.spec index 135722c..5d93975 100644 --- a/SPECS/ruby.spec +++ b/SPECS/ruby.spec @@ -790,10 +790,14 @@ DISABLE_TESTS="" # SIGSEV handler does not provide correct output on AArch64. # https://bugs.ruby-lang.org/issues/13758 -%ifarch aarch64 +%ifarch aarch64 %{arm} DISABLE_TESTS="$DISABLE_TESTS -n !/test_segv_\(setproctitle\|test\|loaded_features\)/" %endif +%ifarch %{arm} +DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/" +%endif + # Disable failing TestResolvMDNS#test_mdns_each_address test, # which fails on Koji. # https://bugs.ruby-lang.org/issues/14175