diff options
Diffstat (limited to 'spec/ffi/spec_helper.rb')
-rw-r--r-- | spec/ffi/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ffi/spec_helper.rb b/spec/ffi/spec_helper.rb index a0adbed..22d1c47 100644 --- a/spec/ffi/spec_helper.rb +++ b/spec/ffi/spec_helper.rb @@ -9,6 +9,7 @@ require 'objspace' RSpec.configure do |c| c.filter_run_excluding gc_dependent: true unless ENV['FFI_TEST_GC'] == 'true' + c.filter_run_excluding( :ractor ) unless defined?(Ractor) && RUBY_VERSION >= "3.1" end module TestLibrary |