Github user gemmellr commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1881#discussion_r169394169
--- Diff:
artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java
---
@@ -179,6 +182,7 @@ private void doCheck(String localaddress) throws
Exception {
}
+ @Ignore("doesn't work in Travis CI environment")
--- End diff --
Is this because its failing due to lack of IPV6 in the env? If the test
really needs that it should probably check it works and fail an assumption
which will make the test skip in envs it cant possibly work in, as opposed to
disabling the test everywhere.
---