From 7ae3c34c8d43a0a235778b68b0f631429a9a0e97 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 12 May 2026 07:33:38 -0700 Subject: Skip test_fiber_pool_stack_acquire_failure on RubyCI It was suggested to delete this test for ruby_4_0: https://github.com/ruby/ruby/pull/16570#issuecomment-4427489609 --- test/ruby/test_fiber.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb index dc48d9219f..d1ed0ad296 100644 --- a/test/ruby/test_fiber.rb +++ b/test/ruby/test_fiber.rb @@ -513,6 +513,7 @@ class TestFiber < Test::Unit::TestCase omit "not supported on IBM platforms" if RUBY_PLATFORM =~ /s390x|powerpc/ omit "not supported with YJIT" if defined?(RubyVM::YJIT) && RubyVM::YJIT.enabled? omit "not supported with ZJIT" if defined?(RubyVM::ZJIT) && RubyVM::ZJIT.enabled? + omit "unstable on RubyCI for ruby_4_0" unless ENV.key?("GITHUB_ACTIONS") assert_separately([], <<~RUBY, timeout: 120) max_map_count = File.read("/proc/sys/vm/max_map_count").to_i -- cgit v1.2.3