dev-perl/Cache-Cache: Disable faulty test re bug #625736
authorKent Fredric <kentnl@gentoo.org>
Mon, 2 Oct 2017 17:10:50 +0000 (06:10 +1300)
committerKent Fredric <kentnl@gentoo.org>
Mon, 2 Oct 2017 17:11:09 +0000 (06:11 +1300)
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

index 2b88470c1b7bcc39e75fc5f0af2529596bd94b42..0cb84b4e2f2a45fdfd83f98e30c277c4989bdff1 100644 (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
+}