summaryrefslogtreecommitdiff
path: root/test/-ext-/gvl/test_ubf_async_safe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/gvl/test_ubf_async_safe.rb')
-rw-r--r--test/-ext-/gvl/test_ubf_async_safe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/gvl/test_ubf_async_safe.rb b/test/-ext-/gvl/test_ubf_async_safe.rb
index fdaa4d418b..3261b42475 100644
--- a/test/-ext-/gvl/test_ubf_async_safe.rb
+++ b/test/-ext-/gvl/test_ubf_async_safe.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class TestUbfAsyncSafe < Test::Unit::TestCase
def test_ubf_async_safe
- skip 'need fork for single-threaded test' unless Process.respond_to?(:fork)
+ omit 'need fork for single-threaded test' unless Process.respond_to?(:fork)
IO.pipe do |r, w|
pid = fork do
require '-test-/gvl/call_without_gvl'