From e4d81c499f9137a02749e3bf4889e48d262e252e Mon Sep 17 00:00:00 2001 From: Daniel Leidert Date: Wed, 5 Feb 2020 23:18:37 +0100 Subject: [PATCH] Disable cli ssl tests Forwarded: not-needed Gbp-Pq: Name 0012-disable-cli-ssl-tests.patch --- test/test_pumactl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_pumactl.rb b/test/test_pumactl.rb index b3093bf..c43bcff 100644 --- a/test/test_pumactl.rb +++ b/test/test_pumactl.rb @@ -255,12 +255,12 @@ class TestPumaControlCli < TestConfigFileBase end - def test_control_ssl_ipv4 + def __test_control_ssl_ipv4 skip_unless :ssl control_ssl '127.0.0.1' end - def test_control_ssl_ipv6 + def __test_control_ssl_ipv6 skip_unless :ssl control_ssl '[::1]' end -- 2.30.2