mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add back test skip for platforms without USR2
This commit is contained in:
parent
bc4217b688
commit
62f075f468
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ class TestPreserveBundlerEnv < TestIntegration
|
|||
|
||||
# It does not wipe out BUNDLE_GEMFILE et al
|
||||
def test_usr2_restart_preserves_bundler_environment
|
||||
skip_unless_signal_exist? :USR2
|
||||
|
||||
@tcp_port = UniquePort.call
|
||||
env = {
|
||||
# Intentionally set this to something we wish to keep intact on restarts
|
||||
|
|
Loading…
Add table
Reference in a new issue