summaryrefslogtreecommitdiff
path: root/test/fiber/test_ractor.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-01-11 21:17:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-01-11 21:17:59 +0900
commitf95039af7584a2fa27e4d1cbcdf28bbf5b5ecdcf (patch)
tree7e33786ef34003463a1abadec4ee99a8185ed04f /test/fiber/test_ractor.rb
parent6d3ee418c2e12adaf292ad74b7d46a7708e91889 (diff)
downloadruby-f95039af7584a2fa27e4d1cbcdf28bbf5b5ecdcf.tar.gz
Use omit instead of skip without the default gems tests
Diffstat (limited to 'test/fiber/test_ractor.rb')
-rw-r--r--test/fiber/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiber/test_ractor.rb b/test/fiber/test_ractor.rb
index d03455a9f7..3c4ccbd8e5 100644
--- a/test/fiber/test_ractor.rb
+++ b/test/fiber/test_ractor.rb
@@ -4,7 +4,7 @@ require "fiber"
class TestFiberCurrentRactor < Test::Unit::TestCase
def setup
- skip unless defined? Ractor
+ omit unless defined? Ractor
end
def test_ractor_shareable