From df290e11d928e67b0ffdf3cc767e0d4ad6f01b29 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 5 Nov 2025 10:28:18 -0800 Subject: Skip an unstable IO test for mswin https://github.com/ruby/ruby/actions/runs/19107764906/job/54596244201 --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 4e5d6d59c9..4081769a8c 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -85,7 +85,7 @@ assert_normal_exit %q{ ARGF.set_encoding "foo" } -/freebsd/ =~ RUBY_PLATFORM or +/(freebsd|mswin)/ =~ RUBY_PLATFORM or 10.times do assert_normal_exit %q{ at_exit { p :foo } -- cgit v1.2.3