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
This commit is contained in:
Kent Fredric
2017-10-03 06:10:50 +13:00
parent 380ac4dfac
commit b7badc1b4c

View File

@@ -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
}