Also exclude Hivesterix perf test (test data not actually checked in)
diff --git a/pom.xml b/pom.xml
index b00413f..72c0565 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,9 @@
<!-- Definition of tests in various categories which may be excluded -->
<hanging.pregelix.tests>**/pregelix/**/*.java</hanging.pregelix.tests>
+ <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
<test.includes>**/*TestSuite.java,**/*Test.java</test.includes>
- <test.excludes>**/Abstract*.java,${hanging.pregelix.tests}</test.excludes>
+ <test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}</test.excludes>
</properties>
<dependencyManagement>
<dependencies>