Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/737#discussion_r34557147
--- Diff: software/nosql/pom.xml ---
@@ -295,4 +295,26 @@
</plugins>
</pluginManagement>
</build>
+
+ <profiles>
+ <profile>
+ <id>defaultProfile</id>
+ <activation>
+ <property><name>!brooklyn.cloudtest</name></property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/CassandraFabricTest.java</exclude>
--- End diff --
`CassandraFabricTest` is designed to execute on localhost. It starts an
`EmptySoftwareProcess` instead of real instances, so no commands get executed
in reality. If the test is failing there is some problem within the test. It
passes for me so probably is timing sensitive.
If the test is disabled it will go into oblivion and rot, that's why I
think it's better to leave it enabled on master so it is fixed eventually, and
disable it just for the release.
---
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.
---