Skip to content

Commit ded230c

Browse files
tenderloveflavorjones
authored andcommitted
more TruffleRuby
1 parent 041b54d commit ded230c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_integration_ractor.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def test_ractor_share_database
3535
end
3636

3737
def test_shareable_db
38+
skip unless defined?(Ractor)
39+
3840
# databases are shareable between ractors, but only if they're opened
3941
# in "full mutex" mode
4042
db = SQLite3::Database.new ":memory:",

0 commit comments

Comments
 (0)