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

[Backport] Mute some security tests on problematic JDK8 build #75770

Commits on Jul 28, 2021

  1. Mute some security tests on problematic JDK8 build

    This commit adds some `assumeFalse` (or modifies exising ones) to mute
    tests on JDK 1.8.0_292 due to JDK-8266279
    
    On this JDK build, a race condition sometimes causes the
    PBEWithSHA1AndDESede algorithm to appear as though it is unavailable.
    
    Relates: elastic#75571, elastic#75417, elastic#75379, elastic#72639, elastic#72359
    Backport of: elastic#75718
    tvernum committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    07e3f9b View commit details
    Browse the repository at this point in the history