Skip to content

Commit 93d2acb

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)