X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2FCache.t;h=044206c26609c06a98ffd8db5d24e995817786a7;hb=c62557a4fa239487e128754e79cd3a9427d4f964;hp=5a5408579727466a352555c72d22545f90bddf15;hpb=b07f4debb73b01aa0a72a2b10506e171e79a8c05;p=koha.git diff --git a/t/Cache.t b/t/Cache.t index 5a54085797..044206c266 100644 --- a/t/Cache.t +++ b/t/Cache.t @@ -18,7 +18,7 @@ BEGIN { SKIP: { my $cache = Koha::Cache->new(); - skip "Cache not enabled", 13 + skip "Cache not enabled", 25 unless ( Koha::Cache->is_cache_active() && defined $cache ); # test fetching an item that isnt in the cache