edelgadoh commented on code in PR #1473:
URL: https://github.com/apache/commons-lang/pull/1473#discussion_r2464120946


##########
src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java:
##########
@@ -170,6 +170,16 @@ private void 
testTimeZoneStrategyPattern_TimeZone_getAvailableIDs(final Locale l
         Objects.requireNonNull(locale, "locale");
         assumeFalse(LocaleUtils.isLanguageUndetermined(locale), () -> 
toFailureMessage(locale, null, null));
         assumeTrue(LocaleUtils.isAvailableLocale(locale), () -> 
toFailureMessage(locale, null, null));
+        //Only breaks in GitHub in macOS 13 + JDK 25 builds:

Review Comment:
   ohhh yeah, I just wanted to see all the GH actions green :) ... I saw this 
test fails only in CI, I'll remove these unrelated changes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to