From 8031eb9ad090c59b3d57045154ef97643dd5df2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 11 Nov 2023 10:43:17 +0100 Subject: [PATCH] dev-python/lit: Remove a flaky test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lit/lit-18.0.0.9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/lit/lit-18.0.0.9999.ebuild b/dev-python/lit/lit-18.0.0.9999.ebuild index 1689cd7b1ce20..bd8eed55b5365 100644 --- a/dev-python/lit/lit-18.0.0.9999.ebuild +++ b/dev-python/lit/lit-18.0.0.9999.ebuild @@ -30,6 +30,10 @@ llvm.org_set_globals # TODO: move the manpage generation here (from sys-devel/llvm) src_prepare() { + # flaky test + # https://github.com/llvm/llvm-project/issues/72022 + rm tests/progress-bar.py || die + cd "${WORKDIR}" || die distutils-r1_src_prepare }