Disable cli ssl tests
authorDaniel Leidert <daniel.leidert@wgdd.de>
Wed, 5 Feb 2020 22:18:37 +0000 (23:18 +0100)
committerPirate Praveen <praveen@debian.org>
Mon, 4 Apr 2022 07:54:10 +0000 (08:54 +0100)
Forwarded: not-needed

Gbp-Pq: Name 0012-disable-cli-ssl-tests.patch

test/test_pumactl.rb

index 156b647c6a18979e1f10f717a1499308ae0f4b98..494dff5aa4b8faf82f422917c850dc3e7e0d2898 100644 (file)
@@ -187,7 +187,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"