commit: ef2c22c0d6cbe8b27959877ae96e0e342df317b6 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 11:46:43 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 11:47:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c22c0
dev-perl/File-ShareDir: Disable parallel testing re bug #741038 Closes: https://bugs.gentoo.org/741038 Bug: https://rt.cpan.org/Ticket/Display.html?id=133368 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild index 584740d402f..5d9dcbeb265 100644 --- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild +++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild @@ -31,3 +31,8 @@ BDEPEND="${RDEPEND} >=virtual/perl-Test-Simple-0.900.0 ) " +# Parallel testing fails in t/04_fail.t +# and t/06_old.t due to touching the same paths +# Bug: https://bugs.gentoo.org/741038 +# Bug: https://rt.cpan.org/Ticket/Display.html?id=133368 +DIST_TEST="do"
