---

  I'm not positive that I'm understanding skip's $how_many argument or
  that it matters much.

 t/www_listing.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/www_listing.t b/t/www_listing.t
index 63ef2eacfd407d51..cdf2a1847a945225 100644
--- a/t/www_listing.t
+++ b/t/www_listing.t
@@ -121,7 +121,7 @@ SKIP: {
        tiny_test($json, $host, $port);
 
        my $grok_pull = which('grok-pull') or
-               skip('skipping grok-pull integration test', 2);
+               skip('skipping grok-pull integration test', 12);
 
        ok(mkdir("$tmpdir/mirror"), 'prepare grok mirror dest');
        open $fh, '>', "$tmpdir/repos.conf" or die;
-- 
2.30.1


Reply via email to