disable all tests on jruby

pull/13204/head
Matt Kulukundis 2 years ago
parent 19f6d4bb1f
commit 9b6aad673d
  1. 4
      ruby/tests/object_cache_test.rb

@ -48,6 +48,10 @@ module ObjectCacheTestModule
end
end
if RUBY_PLATFORM == "java"
return
end
class ObjectCacheTest < Test::Unit::TestCase
def create
Google::Protobuf::ObjectCache.new

Loading…
Cancel
Save