Skip to content

Commit

Permalink
[Java] Disable failing slow test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Nov 17, 2023
1 parent f550f39 commit fdeee00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import io.aeron.test.cluster.TestNode;
import net.bytebuddy.asm.Advice;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down Expand Up @@ -67,6 +68,7 @@ static void state(final ElectionState state, final long nowNs)

@Test
@InterruptAfter(30)
@Disabled
void shouldCatchupFromEmptyLog()
{
final TestCluster cluster = aCluster().withStaticNodes(3).start();
Expand Down

0 comments on commit fdeee00

Please sign in to comment.