commit: aeaf004a04214c20d8813b57ed265ea26bcac164 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 19 19:49:23 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 19:49:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaf004a
app-containers/docker-registry: skip network test Closes: https://bugs.gentoo.org/949973 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-containers/docker-registry/docker-registry-3.0.0_rc2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-containers/docker-registry/docker-registry-3.0.0_rc2.ebuild b/app-containers/docker-registry/docker-registry-3.0.0_rc2.ebuild index fea2db887e8e..a64e0ffc6ccf 100644 --- a/app-containers/docker-registry/docker-registry-3.0.0_rc2.ebuild +++ b/app-containers/docker-registry/docker-registry-3.0.0_rc2.ebuild @@ -27,6 +27,9 @@ src_prepare() { default sed -e "s/-s -w/-w/" -i Makefile || die + + # bug 949973 + sed -e "s/TestHTTPChecker/_&/" -i health/checks/checks_test.go || die } src_compile() {
