Don't run perf tests.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-11-08 13:20:10 +00:00
parent 2fa95b3326
commit 0dd8f2c4d0
1 changed files with 2 additions and 1 deletions

View File

@ -597,7 +597,8 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<excludes combine.children="append"> <excludes combine.children="append">
<exclude>none</exclude> <!-- These are performance tests so take too long to run -->
<exclude>**/perf/*</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>