summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_fiber.rb1
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