diff --git a/SPECS/mariadb.spec b/SPECS/mariadb.spec index d59bb6c..28b6acc 100644 --- a/SPECS/mariadb.spec +++ b/SPECS/mariadb.spec @@ -174,6 +174,7 @@ Source50: rh-skipped-tests-base.list Source51: rh-skipped-tests-arm.list Source52: rh-skipped-tests-s390.list Source53: rh-skipped-tests-ppc.list +Source9999: rh-skipped-tests-arm32.list # Proposed upstream: https://jira.mariadb.org/browse/MDEV-12442 # General upstream response was slightly positive Source70: clustercheck.sh @@ -707,10 +708,14 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \; cat %{SOURCE50} | tee -a mysql-test/unstable-tests # disable some tests failing on different architectures -%ifarch %{arm} aarch64 +%ifarch aarch64 cat %{SOURCE51} | tee -a mysql-test/unstable-tests %endif +%ifarch %{arm} +cat %{SOURCE9999} | tee -a mysql-test/unstable-tests +%endif + %ifarch s390 s390x cat %{SOURCE52} | tee -a mysql-test/unstable-tests %endif