From 40f4d9f055615666eac8c9776421800289e2d07e 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pumactl.rb b/test/test_pumactl.rb index 0181add..4677a56 100644 --- a/test/test_pumactl.rb +++ b/test/test_pumactl.rb @@ -186,7 +186,7 @@ class TestPumaControlCli < TestConfigFileBase assert_kind_of Thread, t.join, "server didn't stop" end - def test_control_ssl + def __test_control_ssl skip_unless :ssl host = "127.0.0.1" -- 2.30.2