mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user