1
0
Fork 0
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:
Takashi Kokubun 2022-06-26 21:00:03 -07:00
parent c3eb0437f2
commit 232e2f5981
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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