projects
/
puma.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a115ca9
)
Disable cli ssl tests
author
Daniel Leidert
<daniel.leidert@wgdd.de>
Wed, 5 Feb 2020 22:18:37 +0000
(23:18 +0100)
committer
Lucas Nussbaum
<lucas@debian.org>
Wed, 5 Feb 2025 13:56:49 +0000
(14:56 +0100)
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 528527bcc4431adf2db7a5daf27e658462d9c735..2cc78679465d60d454dd55039934992b39615906 100644
(file)
--- a/
test/test_pumactl.rb
+++ b/
test/test_pumactl.rb
@@
-251,12
+251,12
@@
class TestPumaControlCli < TimeoutTestCase
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