Project

General

Profile

« Previous | Next » 

Revision 66d626fd

Added by NARUSE, Yui about 2 years ago

Skip drb tests on mswin (#7789)

  • Skip TestDRbSSLAry on mswin

This doesn't seem to stably work on mswin:
https://github.com/ruby/ruby/actions/runs/3505363753/jobs/5871633211

For CI stability, it generally seems like a bad idea to run druby tests
on Windows, given that it's pretty much unstable on MinGW as well.

  • Do not run drb SSL tests on Windows

These tests often cause a timeout and this issue seems specific to the
Windows platforms.
https://github.com/ruby/ruby/actions/runs/3603761925/jobs/6072346738


Co-authored-by: Takashi Kokubun