From 29414e004f6d84f35f2619bc05a2619ecb093908 Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 21 Oct 2022 22:47:30 +0900 Subject: merge revision(s) 232e2f598103c8eda37d08913665b72b6f787e3f: Skip TupleSpaceProxyTest on MINGW64 too It wasn't specific to UCRT64 https://github.com/ruby/ruby/runs/7062992464 --- test/rinda/test_rinda.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- test/rinda/test_rinda.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index c23e452bdc..84421a8e5e 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -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 -- cgit v1.2.3