summaryrefslogtreecommitdiff
path: root/test/rinda/test_rinda.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-25 11:36:04 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-25 11:37:39 -0700
commit881bc2a1765e7c19ab389c53841adc5ac329f1aa (patch)
tree3576be7819bf6984a9bf020cae70fad4f21de27b /test/rinda/test_rinda.rb
parentaf9fa16c96284f61b595a8f994926533fd51fd3b (diff)
Skip running a DRb test on MinGW
It hangs even after a retry https://github.com/ruby/ruby/runs/7966439530?check_suite_focus=true We contacted GitHub Suppport about this before, and we concluded that the problem is on our end. Unfortunately we don't have a bandwidth to fix this MinGW problem, so until we get to work on it, this should be just skipped to avoid a sporadic CI timeout.
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 dbe414b783..74d8d363b4 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -498,7 +498,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
def setup
if RUBY_PLATFORM.match?(/mingw/)
@omitted = true
- omit 'This test seems to randomly hang on GitHub Actions MinGW UCRT64'
+ omit 'This test seems to randomly hang on GitHub Actions MinGW'
end
super
ThreadGroup.new.add(Thread.current)