Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/
Date: Fri, 28 Jan 2022 07:54:02
Message-Id: 1643356411.2af159743324b26bd2551d6c336171b2ad4579dd.sam@gentoo
1 commit: 2af159743324b26bd2551d6c336171b2ad4579dd
2 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
3 AuthorDate: Sun Jan 23 21:33:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 07:53:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af15974
7
8 app-i18n/transifex-client: skip tests depending on network connection.
9
10 Closes: https://bugs.gentoo.org/831772
11 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23934
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-i18n/transifex-client/transifex-client-1.0.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/app-i18n/transifex-client/transifex-client-1.0.0.ebuild b/app-i18n/transifex-client/transifex-client-1.0.0.ebuild
19 index e0d0d47f4bd0..c6f1eb3fcef8 100644
20 --- a/app-i18n/transifex-client/transifex-client-1.0.0.ebuild
21 +++ b/app-i18n/transifex-client/transifex-client-1.0.0.ebuild
22 @@ -219,6 +219,8 @@ SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24
25 src_test() {
26 + # Skip tests depending on a network connection. Bug #831772
27 + rm internal/txlib/update_test.go || die
28 go test ./... || die
29 }