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 }