Bug 12495 - Include streetnumber in hold alert address
[koha_fer] / t / db_dependent / 00-strict.t
index 7869591..688b449 100644 (file)
@@ -19,6 +19,6 @@ my @dirs = ( 'acqui', 'admin', 'authorities', 'basket',
     'sms', 'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' );
 
 $Test::Strict::TEST_STRICT = 0;
-$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl' ];
+$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl', 'misc/plack/koha.psgi' ];
 
 all_perl_files_ok(@dirs);