mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-26 21:28:20 -07:00
During stabilization, this test failed for both arm64 and ppc64. Closes: https://bugs.gentoo.org/979765 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1516 Merges: https://codeberg.org/gentoo/gentoo/pulls/1516 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
22 lines
981 B
Diff
22 lines
981 B
Diff
Bug https://bugs.gentoo.org/979765
|
|
|
|
--- a/log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerLevelTest.java
|
|
+++ b/log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerLevelTest.java
|
|
@@ -32,6 +32,7 @@ import java.util.Properties;
|
|
import org.apache.logging.log4j.Level;
|
|
import org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory;
|
|
import org.junit.jupiter.api.Test;
|
|
+import org.junit.jupiter.api.Disabled;
|
|
import org.junit.jupiter.params.ParameterizedTest;
|
|
import org.junit.jupiter.params.provider.Arguments;
|
|
import org.junit.jupiter.params.provider.MethodSource;
|
|
@@ -98,7 +99,7 @@ class StatusLoggerLevelTest {
|
|
assertThat(logger.getLevel()).isEqualTo(fallbackListenerLevel); // Verify that the level is changed
|
|
}
|
|
|
|
- @Test
|
|
+ @Test @Disabled
|
|
void invalid_level_should_cause_fallback_to_defaults() throws Exception {
|
|
|
|
// Create a `StatusLogger` configuration using an invalid level
|