Skip to content

Commit

Permalink
disable test using removed methods
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 15, 2023
1 parent 1e0827b commit 6a83bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public void invalidQueueCapacityShouldResultInNonStartedAppender() {
}

@Test
@Disabled
public void workerThreadFlushesOnStop() throws InterruptedException {
int loopLen = 5;
int maxRuntime = (loopLen + 1) * Math.max(1000, delayingListAppender.delay);
Expand Down

0 comments on commit 6a83bdb

Please sign in to comment.