We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2ee96 commit 433c2d3Copy full SHA for 433c2d3
test/test_integration_ractor.rb
@@ -6,6 +6,7 @@
6
class IntegrationRactorTestCase < SQLite3::TestCase
7
def test_ractor_safe
8
skip unless RUBY_VERSION >= "3.0" && SQLite3.threadsafe?
9
+ skip unless defined?(Ractor)
10
assert_predicate SQLite3, :ractor_safe?
11
end
12
0 commit comments