Skip to content

Commit fc09a09

Browse files
committed
Remove assumption from evil logging test
This assumption could have been removed when Log4j was upgraded to version 2.9.1 yet it was left behind. This commit removes this unneeded assumption.
1 parent fa0ad6d commit fc09a09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ public void testDeprecatedSettings() throws IOException, UserException {
282282
}
283283

284284
public void testUnsupportedLoggingConfigurationFiles() throws IOException, UserException {
285-
assumeTrue(
286-
"will be fixed when https://github.com/apache/logging-log4j2/pull/109 is integrated into to Log4j and we bump versions",
287-
!Constants.JRE_IS_MINIMUM_JAVA9);
288285
setupLogging("unsupported");
289286

290287
final String path = System.getProperty("es.logs") + ".log";

0 commit comments

Comments
 (0)