Reenable these tests.  There is a patch which fixes the problem
instead.

This reverts commit dd7a7dca92.
This commit is contained in:
Richard W.M. Jones 2017-08-05 16:15:05 +01:00
parent dd7a7dca92
commit 42b3c165c6
1 changed files with 2 additions and 3 deletions

View File

@ -20,15 +20,14 @@
%global test_arches aarch64 %{power64} x86_64
# These are the architectures for which the tests must pass otherwise
# the build will fail.
# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602
%global test_arches_required %{power64} x86_64
%global test_arches_required aarch64 %{power64} x86_64
# Architectures where parallel builds fail.
%global no_parallel_build_arches aarch64
Name: ocaml
Version: 4.04.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: OCaml compiler and programming environment