summaryrefslogtreecommitdiff
path: root/test/rinda
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-07-27 21:29:14 -0700
committerGitHub <noreply@github.com>2022-07-27 21:29:14 -0700
commitbee5089d6789401f265f87b2f23f1bd7ec63cec8 (patch)
treedd6368a04c6a001f3eb7a245cadf9951c97566c4 /test/rinda
parent5d5c1d0fbdf18b1fc4d5b74499ddba532adb6bc6 (diff)
Try reproducing the MinGW hang on time command (#6168)
to see if it really exits correctly. GitHub Support asked me to confirm the command is exiting correctly.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'test/rinda')
-rw-r--r--test/rinda/test_rinda.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index d8340e0fc4..d937cd0f45 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -496,10 +496,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
include TupleSpaceTestModule
def setup
- if RUBY_PLATFORM.match?(/mingw/)
- @omitted = true
- omit 'This test seems to randomly hang on GitHub Actions MinGW UCRT64'
- end
super
ThreadGroup.new.add(Thread.current)
@ts_base = Rinda::TupleSpace.new(1)
@@ -507,9 +503,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
@server = DRb.start_service("druby://localhost:0")
end
def teardown
- return if @omitted
- @omitted = false
-
# implementation-dependent
@ts_base.instance_eval{
if th = @keeper