@@ -, +, @@ tests than scheduled - have a system without Webservice::ILS available - in koha-shell, do prove t/Koha_ExternalContent_RecordedBooks.t - tests should be skipped and tests count as "passed" --- t/Koha_ExternalContent_RecordedBooks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/Koha_ExternalContent_RecordedBooks.t +++ a/t/Koha_ExternalContent_RecordedBooks.t @@ -11,7 +11,7 @@ use Module::Load::Conditional qw( can_load ); plan tests => 3; SKIP: { - skip "cannot find WebService::ILS::RecordedBooks::Partner", 5 + skip "cannot find WebService::ILS::RecordedBooks::Partner", 3 unless can_load( modules => { 'WebService::ILS::RecordedBooks::Patron' => undef } ); use_ok('Koha::ExternalContent::RecordedBooks'); --