Skip to content

Commit

Permalink
Revert "[Java] Break test to test CI build."
Browse files Browse the repository at this point in the history
This reverts commit b8c71c5.
  • Loading branch information
vyazelenko authored and DarrylGamroth committed Jan 22, 2025
1 parent 7a6148f commit 848c14b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
import org.junit.jupiter.api.extension.RegisterExtension;

import static io.aeron.test.cluster.TestCluster.aCluster;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

@ExtendWith({ EventLogExtension.class, InterruptingTestCallback.class })
class AppointedLeaderTest
Expand All @@ -50,8 +51,6 @@ void shouldConnectAndSendKeepAlive()

cluster.connectClient();
assertTrue(cluster.client().sendKeepAlive());

fail();
}

@Test
Expand Down

0 comments on commit 848c14b

Please sign in to comment.