dev-ml/merlin: disable tests as they seem unreliable

Closes: https://bugs.gentoo.org/933857
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-06-09 23:12:47 +02:00
parent 3235abf774
commit 775340ee91

View File

@@ -14,7 +14,10 @@ LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="emacs +ocamlopt test"
RESTRICT="!test? ( test )"
# Tests fail unexpectedly on Tinderbox. See https://bugs.gentoo.org/933857
# RESTRICT="!test? ( test )"
RESTRICT="test"
RDEPEND="
<dev-lang/ocaml-5