From b23a0f6cf39725bbc419866f653067d368a4df85 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Fri, 3 Jan 2025 21:54:51 -0400 Subject: [PATCH] Module::Pluggable - don't test --- .github/workflows/shared-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shared-workflow.yml b/.github/workflows/shared-workflow.yml index 125c56a..e5e86b4 100644 --- a/.github/workflows/shared-workflow.yml +++ b/.github/workflows/shared-workflow.yml @@ -22,7 +22,9 @@ jobs: - name: Install Net::SAML2 Depends run: | apt-get install libxml2 make gcc wget; - cpanm Module::Pluggable + # Module::Pluggable is currently failing t/29unreadable.t + # https://rt.cpan.org/Public/Bug/Display.html?id=156367 + cpanm --notest Module::Pluggable cpanm App::cpm; # Sub::Name has test that fail every so many times on t/lexical.t # we ignore these test failures for now...