diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2026-05-12 07:33:38 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-05-12 07:33:39 -0700 |
| commit | 7ae3c34c8d43a0a235778b68b0f631429a9a0e97 (patch) | |
| tree | 3a44619dcd8de70768d65194ef11fa4c37b79099 | |
| parent | 4e54008562e2e87d1c63f79e4a51d7089403bc35 (diff) | |
Skip test_fiber_pool_stack_acquire_failure on RubyCIruby_4_0
It was suggested to delete this test for ruby_4_0:
https://github.com/ruby/ruby/pull/16570#issuecomment-4427489609
| -rw-r--r-- | test/ruby/test_fiber.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
