commit: 2af159743324b26bd2551d6c336171b2ad4579dd Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de> AuthorDate: Sun Jan 23 21:33:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 28 07:53:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af15974
app-i18n/transifex-client: skip tests depending on network connection. Closes: https://bugs.gentoo.org/831772 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de> Closes: https://github.com/gentoo/gentoo/pull/23934 Signed-off-by: Sam James <sam <AT> gentoo.org> app-i18n/transifex-client/transifex-client-1.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-i18n/transifex-client/transifex-client-1.0.0.ebuild b/app-i18n/transifex-client/transifex-client-1.0.0.ebuild index e0d0d47f4bd0..c6f1eb3fcef8 100644 --- a/app-i18n/transifex-client/transifex-client-1.0.0.ebuild +++ b/app-i18n/transifex-client/transifex-client-1.0.0.ebuild @@ -219,6 +219,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" src_test() { + # Skip tests depending on a network connection. Bug #831772 + rm internal/txlib/update_test.go || die go test ./... || die }
