Disable the MulticastSyncChannelTest test as it is not stable on linux

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0@512102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-02-27 01:29:01 +00:00
parent 3903ff31cb
commit 94d1033317
1 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,19 @@
<build>
<plugins>
<!-- Configure which tests are included/excuded -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.*</include>
</includes>
<excludes>
<exclude>**/MulticastSyncChannelTest.*</exclude>
</excludes>
</configuration>
</plugin>
<!-- generate the attached tests jar -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>