Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip drb tests on mswin #7789

Merged
merged 2 commits into from
May 8, 2023
Merged

Skip drb tests on mswin #7789

merged 2 commits into from
May 8, 2023

Commits on May 7, 2023

  1. 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.
    k0kubun authored and nurse committed May 7, 2023
    Configuration menu
    Copy the full SHA
    f91b0e0 View commit details
    Browse the repository at this point in the history
  2. 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
    k0kubun authored and nurse committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6e0187f View commit details
    Browse the repository at this point in the history