Skip TupleSpaceProxyTest on MINGW64 too
It wasn't specific to UCRT64 https://github.com/ruby/ruby/runs/7062992464
This commit is contained in:
parent
c3eb0437f2
commit
232e2f5981
@ -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…
x
Reference in New Issue
Block a user