Description
A Curator test that consistently fails will cause an infinite loop of retries when test class extends BaseClassForTests E.g.
@Test
public void infiniteLoop() {
Assert.fail();
}
Attachments
Attachments
Issue Links
- links to