mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip TupleSpaceProxyTest on MINGW64 too
It wasn't specific to UCRT64
7062992464
This commit is contained in:
parent
c3eb0437f2
commit
232e2f5981
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
|
|||
include TupleSpaceTestModule
|
||||
|
||||
def setup
|
||||
if RUBY_PLATFORM.match?(/mingw/) && ENV['MSYSTEM'] == 'UCRT64'
|
||||
if RUBY_PLATFORM.match?(/mingw/)
|
||||
@omitted = true
|
||||
omit 'This test seems to randomly hang on GitHub Actions MinGW UCRT64'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue