Skip to content

Commit

Permalink
Always run integration test for #1161
Browse files Browse the repository at this point in the history
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: 674301162
  • Loading branch information
cushon authored and google-java-format Team committed Sep 13, 2024
1 parent 5e0d9e3 commit f57ce3c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public class FormatterIntegrationTest {
"I981",
"I1020",
"I1037")
// TODO: https://github.com/google/google-java-format/issues/1153
// .putAll(23, "I1153")
.build();

@Parameters(name = "{index}: {0}")
Expand Down

0 comments on commit f57ce3c

Please sign in to comment.