Skip to content

Commit b7eb28c

Browse files
authored
Merge pull request #233 from timlegge/github
Module::Pluggable - don't test
2 parents 8a4b99c + b23a0f6 commit b7eb28c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shared-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Install Net::SAML2 Depends
2323
run: |
2424
apt-get install libxml2 make gcc wget;
25-
cpanm Module::Pluggable
25+
# Module::Pluggable is currently failing t/29unreadable.t
26+
# https://rt.cpan.org/Public/Bug/Display.html?id=156367
27+
cpanm --notest Module::Pluggable
2628
cpanm App::cpm;
2729
# Sub::Name has test that fail every so many times on t/lexical.t
2830
# we ignore these test failures for now...

0 commit comments

Comments
 (0)