Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 22, 2024
1 parent 072d5a2 commit d7754a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/mini_racer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1165,11 +1165,10 @@ def test_threading_safety
GC.start
end


if RUBY_ENGINE == "truffleruby"
skip "TruffleRuby forking is not supported"
else
def test_forking
def test_forking
if RUBY_ENGINE == "truffleruby"
skip "TruffleRuby forking is not supported"
else
`bundle exec ruby test/test_forking.rb`
if $?.exitstatus != 0
assert false, "forking test failed"
Expand Down

0 comments on commit d7754a9

Please sign in to comment.