mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Skip a flaky Ractor test for mswin
This commit is contained in:
parent
2537182063
commit
67ef3cd3cc
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ assert_equal '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]', %q{
|
||||||
rs.delete r
|
rs.delete r
|
||||||
n
|
n
|
||||||
}.sort
|
}.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
|
# Ractor.select also support multiple take, receive and yield
|
||||||
assert_equal '[true, true, true]', %q{
|
assert_equal '[true, true, true]', %q{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue