From b37d7c993542f54a1821c99899c4f0772f5846b8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 May 2016 13:13:38 +0100 Subject: [PATCH] Bug 16088: Fix the number of tests to skip Signed-off-by: Jacek Ablewicz Signed-off-by: Jesse Weaver Signed-off-by: Brendan Gallagher --- t/Cache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Cache.t b/t/Cache.t index cc8096b3cb..b2ea1de897 100644 --- a/t/Cache.t +++ b/t/Cache.t @@ -35,7 +35,7 @@ SKIP: { $ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; my $cache = Koha::Cache->get_instance(); - skip "Cache not enabled", 33 + skip "Cache not enabled", 37 unless ( $cache->is_cache_active() && defined $cache ); # test fetching an item that isnt in the cache -- 2.20.1