Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/737#discussion_r34545422
--- 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 --
Is the test failing? If that's the case, then better to exclude it in the
release branch only.
---
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.
---