projects
/
puma.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315c398
)
Disable cli ssl tests
author
Daniel Leidert
<daniel.leidert@wgdd.de>
Wed, 5 Feb 2020 22:18:37 +0000
(23:18 +0100)
committer
Lucas Kanashiro
<kanashiro@debian.org>
Thu, 19 Sep 2024 20:56:24 +0000
(17:56 -0300)
Forwarded: not-needed
Gbp-Pq: Name 0012-disable-cli-ssl-tests.patch
test/test_pumactl.rb
patch
|
blob
|
history
diff --git
a/test/test_pumactl.rb
b/test/test_pumactl.rb
index b3093bf963abc4f58b0487abe2f6b6c2127f39d1..c43bcff3a661d25e7f7487075bec0f67d6a5bb83 100644
(file)
--- 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