Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/503#discussion_r24095111
--- Diff:
software/messaging/src/test/java/brooklyn/entity/messaging/rabbit/RabbitEc2LiveTest.java
---
@@ -81,7 +81,16 @@ private Channel getAmqpChannel(RabbitBroker rabbit)
throws Exception {
Channel channel = conn.createChannel();
return channel;
}
-
+
+ @Override
+ public void test_CentOS_5_6() throws Exception {
+ // Not supported. The EPEL repository described here at [1] does
not contain erlang, and the
--- End diff --
Could throw a
[`SkipException`](http://testng.org/javadoc/org/testng/SkipException.html) to
be explicit to the build.
---
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.
---