ARTEMIS-2709 Ignore test until it can be fixed
This commit is contained in:
parent
18d38b717f
commit
5141d4f0e2
|
@ -185,6 +185,13 @@ public class LiveToLiveFailoverTest extends FailoverTest {
|
|||
return TransportConfigurationUtils.getInVMAcceptor(live, server);
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: https://issues.apache.org/jira/browse/ARTEMIS-2709
|
||||
* this test has been intermittently failing since its day one.
|
||||
* Ignoring the test for now until we can fix it.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void scaleDownDelay() throws Exception {
|
||||
createSessionFactory();
|
||||
|
|
Loading…
Reference in New Issue