commit:     b7badc1b4c7988148c425e5a8a75ff23540c5ae8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 17:10:50 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 17:11:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7badc1b

dev-perl/Cache-Cache: Disable faulty test re bug #625736

Tests are just bad upstream and this failing doesn't indicate
bad software, only faulty test assumptions

Closes: https://bugs.gentoo.org/625736
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild 
b/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
index 2b88470c1b7..0cb84b4e2f2 100644
--- a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
+++ b/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
@@ -26,3 +26,9 @@ DEPEND="${RDEPEND}
 # https://rt.cpan.org/Ticket/Display.html?id=92600
 # Parallel testing causes failure
 DIST_TEST="do"
+
+src_test() {
+       # https://bugs.gentoo.org/625736
+       perl_rm_files t/6_test_size_aware_memory_cache.t
+       perl-module_src_test
+}

Reply via email to