1
0
Fork 0
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:
Tim Morgan 2020-02-14 10:48:23 -06:00
parent bc4217b688
commit 62f075f468

View file

@ -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