Skip to content

Commit 15e3efe

Browse files
committed
Disabled RRWL on MRI 1.9.3
1 parent 7b93fc3 commit 15e3efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/atomic/reentrant_read_write_lock_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unless Concurrent.on_jruby?
1+
unless Concurrent.on_jruby? || Concurrent.ruby_version(:<, 2)
22

33
# NOTE: These tests depend heavily on the private/undocumented
44
# `ThreadLocalVar#value_for` method. This method does not, and cannot work

0 commit comments

Comments
 (0)