We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78346f3 commit c42aceaCopy full SHA for c42acea
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderCronTest.java
@@ -74,11 +74,6 @@ static void cleanUp() throws Exception {
74
Files.deleteIfExists(CONFIG);
75
}
76
77
- @AfterAll
78
- static void cleanUp() throws Exception {
79
- Files.deleteIfExists(CONFIG);
80
- }
81
-
82
@Test
83
@LoggerContextSource(timeout = 10)
84
public void testAppender(final LoggerContext context, @Named("RollingFile") final RollingFileManager manager)
0 commit comments