mirror of https://github.com/apache/activemq.git
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:
parent
3903ff31cb
commit
94d1033317
|
@ -31,6 +31,19 @@
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<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 -->
|
<!-- generate the attached tests jar -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue