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 ded230c commit ac5605dCopy full SHA for ac5605d
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