diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/drb/test_drbssl.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/drb/test_drbssl.rb b/test/drb/test_drbssl.rb index 4369c6614b..c080c2f7b8 100644 --- a/test/drb/test_drbssl.rb +++ b/test/drb/test_drbssl.rb @@ -63,6 +63,10 @@ end class TestDRbSSLAry < Test::Unit::TestCase include DRbAry def setup + if RUBY_PLATFORM.match?(/mswin/) + @omitted = true + omit 'This test seems to randomly hang on GitHub Actions mswin' + end LeakChecker.skip if defined?(LeakChecker) @drb_service = DRbSSLService.new super |
