summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ractor_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ractor_test.rb b/tests/ractor_test.rb
index 96d1528..cbca9d2 100644
--- a/tests/ractor_test.rb
+++ b/tests/ractor_test.rb
@@ -5,6 +5,7 @@ require 'test_helper'
class JSONInRactorTest < Test::Unit::TestCase
def setup
+ skip if RUBY_PLATFORM =~ /java/
skip unless defined? Ractor
end