Skip to content

Commit

Permalink
IGNITE-15244 testLearnerServices is still flaky (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
alievmirza committed Mar 2, 2022
1 parent 293d8a9 commit c6731c3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -191,7 +191,6 @@ private void sendTestTaskAndWait(Node node, int code) throws InterruptedExceptio
assertTrue(latch.await(10, TimeUnit.SECONDS));
}

@Disabled("https://issues.apache.org/jira/browse/IGNITE-15244")
@Test
public void testLearnerServices() throws Exception {
PeerId learner3 = new PeerId(TestUtils.getLocalAddress(), TestUtils.INIT_PORT + LEARNER_PORT_STEP + 3);
Expand Down

0 comments on commit c6731c3

Please sign in to comment.