We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b93fc3 commit 15e3efeCopy full SHA for 15e3efe
spec/concurrent/atomic/reentrant_read_write_lock_spec.rb
@@ -1,4 +1,4 @@
1
-unless Concurrent.on_jruby?
+unless Concurrent.on_jruby? || Concurrent.ruby_version(:<, 2)
2
3
# NOTE: These tests depend heavily on the private/undocumented
4
# `ThreadLocalVar#value_for` method. This method does not, and cannot work
0 commit comments