Skip to content

Commit 0f62eab

Browse files
committed
5.40.1.1: skip specific PDL tests
Skip tests that fail due to path lengths, rather than all tests.
1 parent bc538b0 commit 0f62eab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/64bit-5.40.1.1.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,12 @@
613613
modules => [
614614
{ module => 'PDL',
615615
#makefilepl_param => 'PDLCONF=<dist_sharedir>\pdl\perldl2.conf',
616-
ignore_testfailure => 1, # fails inline tests - t/inlinepdlpp.t - should set harness to skip that test file
617616
env => {
618617
PLPLOT_LIB => '<image_dir>\c\share\plplot',
619618
PLPLOT_DRV_DIR => '<image_dir>\c\share\plplot',
620619
# MAKEFLAGS => '', # there were previously issues with parallel builds
620+
HARNESS_SUBCLASS => 'TAP::Harness::Restricted',
621+
HARNESS_SKIP => 't/inlinepdlpp.t', # paths too long
621622
},
622623
},
623624
qw/ PDL::IO::CSV PDL::DateTime PDL::Stats /, # PDL::IO::Image

0 commit comments

Comments
 (0)