Skip to content

Commit 6a83bdb

Browse files
committed
disable test using removed methods
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 1e0827b commit 6a83bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logback-core/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public void invalidQueueCapacityShouldResultInNonStartedAppender() {
193193
}
194194

195195
@Test
196+
@Disabled
196197
public void workerThreadFlushesOnStop() throws InterruptedException {
197198
int loopLen = 5;
198199
int maxRuntime = (loopLen + 1) * Math.max(1000, delayingListAppender.delay);

0 commit comments

Comments
 (0)