Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1881#discussion_r169373030
--- Diff:
artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java
---
@@ -159,7 +159,7 @@ public void testParseLogger() throws Exception {
Assert.assertEquals(2, check.getUrls().size());
}
- @Test
+ //@Test
--- End diff --
can you use @Ignore instead.
At least the test would be runnable within the IDE.---
