From: Kent Fredric Date: Mon, 2 Oct 2017 17:10:50 +0000 (+1300) Subject: dev-perl/Cache-Cache: Disable faulty test re bug #625736 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b7badc1b4c7988148c425e5a8a75ff23540c5ae8;p=gentoo.git 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 --- 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 2b88470c1b7b..0cb84b4e2f2a 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 +}