Skip to content

Commit 9072184

Browse files
committed
exclude some more broken dependents from testing
1 parent 53bfd58 commit 9072184

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

xt/DepReqs.pm

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Devel::Confess;
1515
__PACKAGE__->run unless caller;
1616

1717
sub exclusions {
18-
qr/^(
18+
qr@^(
1919
# don't remember why i excluded these
2020
Apache2-SSI|Devel-IPerl|Padre
2121
# fails tests regarding directory write permissions, probably not PPI
@@ -32,6 +32,7 @@ sub exclusions {
3232
# broken on cpan
3333
|Acme-VarMess|Module-Checkstyle|MooseX-Documenter|Perl-Achievements
3434
|Perl-Metrics|Ravenel|Test-LocalFunctions|UML-Class-Simple
35+
|Test2-Plugin-DBBreak
3536
# maybe broken on cpan
3637
|App-Grepl|App-Midgen|App-PRT|Pod-Weaver-Section-SQL
3738
# investigate
@@ -45,7 +46,9 @@ sub exclusions {
4546
|MLPerl
4647
# RT 129344
4748
|Module-AnyEvent-Helper
48-
)$/x
49+
# https://github.com/Perceptyx/perl-opentracing-roles/issues/8
50+
|OpenTracing-AutoScope
51+
)$@x
4952
}
5053

5154
sub force_big_metacpan_fetch {

0 commit comments

Comments
 (0)