Any DUnit tests with reconnecting locators (jmx managers) are probably
going to need to add AlertingIOException as an IgnoredException or it's
going to intermittently fail in CI.

Just add the following to the setUp of the test:

    addIgnoredException(AlertingIOException.class);

Reply via email to