summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-15 13:14:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-15 13:14:43 +0200
commit9660713b5bbcf1a469ca96bfe604fd209e5fabcb (patch)
tree47d9004abee60372071b87c9105db7a6c08efc6d
parentdev-python/zeep: remove tornado USE-flag (diff)
downloadgentoo-9660713b5bbcf1a469ca96bfe604fd209e5fabcb.tar.gz
gentoo-9660713b5bbcf1a469ca96bfe604fd209e5fabcb.tar.bz2
gentoo-9660713b5bbcf1a469ca96bfe604fd209e5fabcb.zip
dev-perl/POE-Component-Resolver: Disable flaky test
Closes: https://bugs.gentoo.org/623676 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
index b02fac1ac7f7..57c98741c198 100644
--- a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
+++ b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
@@ -22,3 +22,9 @@ RDEPEND="
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
"
+
+# Test requires internet access and gets easily confused regarding
+# presence / absence of ipv6 support
+# See https://rt.cpan.org/Public/Bug/Display.html?id=104651
+# It succeeds here as user with "ebuild" but fails as root with "emerge"...
+PERL_RM_FILES=( t/01-basic.t )