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 7ec4fd9 commit 318132fCopy full SHA for 318132f
test/test_integration_ractor.rb
@@ -35,6 +35,8 @@ def test_ractor_share_database
35
end
36
37
def test_shareable_db
38
+ skip unless defined?(Ractor)
39
+
40
# databases are shareable between ractors, but only if they're opened
41
# in "full mutex" mode
42
db = SQLite3::Database.new ":memory:",
0 commit comments