mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix order of integration cluster test setup
Fixes this: https://travis-ci.org/puma/puma/jobs/584683964#L822
This commit is contained in:
parent
e864e28b13
commit
92ec65b201
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ require_relative "helpers/integration"
|
|||
|
||||
class TestIntegrationCluster < TestIntegration
|
||||
def setup
|
||||
skip NO_FORK_MSG unless HAS_FORK
|
||||
|
||||
super
|
||||
|
||||
skip NO_FORK_MSG unless HAS_FORK
|
||||
end
|
||||
|
||||
def test_siginfo_thread_print
|
||||
|
|
Loading…
Add table
Reference in a new issue