summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-11-05 10:28:18 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-11-05 10:28:19 -0800
commitdf290e11d928e67b0ffdf3cc767e0d4ad6f01b29 (patch)
tree3cc02bc69ed97a586e71afb4170af0947e089f9c
parent242d8edbebc34f88313748f9fedf14367c6d409b (diff)
Skip an unstable IO test for mswin
https://github.com/ruby/ruby/actions/runs/19107764906/job/54596244201
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
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 }