ppkarwasz commented on code in PR #3874:
URL: https://github.com/apache/logging-log4j2/pull/3874#discussion_r2280818450


##########
log4j-core-test/src/test/java/org/apache/logging/log4j/core/pattern/NamedInstantPatternTest.java:
##########
@@ -27,7 +27,10 @@
 class NamedInstantPatternTest {
 
     @ParameterizedTest
-    @EnumSource(NamedInstantPattern.class)
+    @EnumSource(
+            value = NamedInstantPattern.class,
+            names = {"ISO8601_OFFSET_DATE_TIME_HH"},
+            mode = EnumSource.Mode.EXCLUDE)

Review Comment:
   Please don’t disable these test cases: they’re unrelated to your PR.
   
   If they’re failing due to your local environment or locale settings, could 
you open a new issue instead and include the failing test output? That way we 
can track and fix the underlying problem without losing test coverage here.



-- 
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