diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-14 09:56:45 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-14 11:23:12 -0700 |
| commit | 88d71eb04da9de34495c4cffcd2e234dd9ec96f9 (patch) | |
| tree | 738c001d09cc6d16c948c97d36c5d84ce80ca80b | |
| parent | 68682a5d2b277569d7402b737b16d76a2870e414 (diff) | |
Skip an unstable test for s390x and windows
https://github.com/ruby/ruby/actions/runs/16971197634/job/48108366805?pr=14223
https://github.com/ruby/ruby/actions/runs/16971558478/job/48109641049?pr=14223
| -rw-r--r-- | test/ruby/test_transcode.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb index 2b6f8234ce..938e20e9a1 100644 --- a/test/ruby/test_transcode.rb +++ b/test/ruby/test_transcode.rb @@ -2343,6 +2343,7 @@ class TestTranscode < Test::Unit::TestCase end def test_ractor_lazy_load_encoding_random + omit 'unstable on s390x and windows' if RUBY_PLATFORM =~ /s390x|mswin/ assert_ractor("#{<<~"begin;"}\n#{<<~'end;'}") begin; rs = [] |
