summaryrefslogtreecommitdiff
path: root/test/rinda/test_rinda.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-06-26 21:00:03 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-06-26 21:00:04 -0700
commit232e2f598103c8eda37d08913665b72b6f787e3f (patch)
treedd658439e5f5381f24c8ea012ba17633cec4b2dc /test/rinda/test_rinda.rb
parentc3eb0437f2454ef59aa605366bbd3901892f0071 (diff)
Skip TupleSpaceProxyTest on MINGW64 too
It wasn't specific to UCRT64 https://github.com/ruby/ruby/runs/7062992464
Diffstat (limited to 'test/rinda/test_rinda.rb')
-rw-r--r--test/rinda/test_rinda.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 85df8e2b9e..d8340e0fc4 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