community/qpdf: disable tests on s390x

This commit is contained in:
Leo 2019-09-03 17:12:29 -03:00
parent c3ba83e4ea
commit c74fa889fc

View File

@ -74,6 +74,9 @@ check() {
# fuzz 985
return 0
;;
s390x)
return 0
;;
esac
make check
}