Skip to content

Commit

Permalink
Fix order of integration cluster test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 14, 2019
1 parent e864e28 commit 92ec65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_integration_cluster.rb
Expand Up @@ -3,9 +3,9 @@

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

0 comments on commit 92ec65b

Please sign in to comment.