diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-11-05 10:28:18 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-11-05 10:28:19 -0800 |
| commit | df290e11d928e67b0ffdf3cc767e0d4ad6f01b29 (patch) | |
| tree | 3cc02bc69ed97a586e71afb4170af0947e089f9c | |
| parent | 242d8edbebc34f88313748f9fedf14367c6d409b (diff) | |
Skip an unstable IO test for mswin
https://github.com/ruby/ruby/actions/runs/19107764906/job/54596244201
| -rw-r--r-- | bootstraptest/test_io.rb | 2 |
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 } |
