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 1e0827b commit 6a83bdbCopy full SHA for 6a83bdb
logback-core/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java
@@ -193,6 +193,7 @@ public void invalidQueueCapacityShouldResultInNonStartedAppender() {
193
}
194
195
@Test
196
+ @Disabled
197
public void workerThreadFlushesOnStop() throws InterruptedException {
198
int loopLen = 5;
199
int maxRuntime = (loopLen + 1) * Math.max(1000, delayingListAppender.delay);
0 commit comments