diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-21 16:56:41 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-21 16:56:41 -0800 |
| commit | 67ef3cd3ccdaeb1310a550f62a8a23606fb3bced (patch) | |
| tree | a8f42714eeab0b6387510ee10296c1af4c4e40a0 | |
| parent | 2537182063287271fa7240415d2e4c3fddb39ec2 (diff) | |
Skip a flaky Ractor test for mswin
| -rw-r--r-- | bootstraptest/test_ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index a3b661da83..67e66b03ee 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -502,7 +502,7 @@ assert_equal '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]', %q{ rs.delete r n }.sort -} +} unless /mswin/ =~ RUBY_PLATFORM # randomly hangs on mswin https://github.com/ruby/ruby/actions/runs/3753871445/jobs/6377551069#step:20:131 # Ractor.select also support multiple take, receive and yield assert_equal '[true, true, true]', %q{ |
