Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/503#discussion_r24245067
--- Diff:
software/messaging/src/test/java/brooklyn/entity/messaging/rabbit/RabbitEc2LiveTest.java
---
@@ -81,7 +82,16 @@ private Channel getAmqpChannel(RabbitBroker rabbit)
throws Exception {
Channel channel = conn.createChannel();
return channel;
}
-
+
+ @Override
+ public void test_CentOS_5_6() throws SkipException {
+ // Not supported. The EPEL repository described here at [1] does
not contain erlang, and the
--- End diff --
Agree with @sjcorbett `throw new SkipException()` means we don't pretend it
worked in the test results.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---