Skip to content

Commit 856486e

Browse files
Revert: Remove change to NamedInstantPatternTest
Per maintainer feedback, this reverts the test file change to keep the PR focused on the BND baseline fix.
1 parent ab00faa commit 856486e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/pattern/NamedInstantPatternTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
class NamedInstantPatternTest {
2828

2929
@ParameterizedTest
30-
@EnumSource(
31-
value = NamedInstantPattern.class,
32-
names = {"ISO8601_OFFSET_DATE_TIME_HH"},
33-
mode = EnumSource.Mode.EXCLUDE)
30+
@EnumSource(NamedInstantPattern.class)
3431
void compatibilityOfLegacyPattern(NamedInstantPattern namedPattern) {
3532
InstantPatternFormatter legacyFormatter = InstantPatternFormatter.newBuilder()
3633
.setPattern(namedPattern.getLegacyPattern())

0 commit comments

Comments
 (0)