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

Mark some failing 8.3 Windows tests as pending #9368

Merged
merged 2 commits into from
May 29, 2024

Commits on May 29, 2024

  1. Mark some failing 8.3 Windows tests as pending

    Tests started failing with a new GH Windows Server runner 20240526.1.1. The
    previous version worked 20240514.1.0. Mark as pending until we can determine the
    cause.
    joshcooper committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bd7153c View commit details
    Browse the repository at this point in the history
  2. Fix syntax error when printing openssl version on windows

    We were failing to print the openssl version, but the rspec tests continued to
    run.
    
        -e:1: syntax error, unexpected backslash
        puts \"OpenSSL Version - #{OpenSSL:...
             ^
    joshcooper committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7983df4 View commit details
    Browse the repository at this point in the history