1
0
Fork 0
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:
Nate Berkopec 2019-09-14 09:54:07 +00:00 committed by GitHub
parent e864e28b13
commit 92ec65b201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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