Skip to content

Commit

Permalink
Add back test skip for platforms without USR2
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Feb 14, 2020
1 parent bc4217b commit 62f075f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_preserve_bundler_env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ def setup

# 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
Expand Down

0 comments on commit 62f075f

Please sign in to comment.