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

Always run integration test for #1161 #1163

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Commits on Sep 13, 2024

  1. Always run integration test for #1161

    The intent was to only run the test on JDK 23+ and to disable it until the linked issue was fixed, but it actually resulted in the test being discovered and run on all JDK versions.
    
    That's fine, because the test is backwards compatible (`///` comments are valid in all versions, they just aren't markdown comments until 23).
    
    The test is being fixed in #1161
    
    PiperOrigin-RevId: 674352956
    cushon authored and google-java-format Team committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    40ac75f View commit details
    Browse the repository at this point in the history