mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5552 - exclude two tests that show intermittent failures in ci
This commit is contained in:
parent
da0d1168c1
commit
59958ad269
|
@ -162,6 +162,7 @@
|
||||||
<exclude>**/JmsXARollback2CxTransactionTest.*</exclude>
|
<exclude>**/JmsXARollback2CxTransactionTest.*</exclude>
|
||||||
<exclude>**/SSLMAnagedConnectionFactoryTest.*</exclude>
|
<exclude>**/SSLMAnagedConnectionFactoryTest.*</exclude>
|
||||||
<exclude>**/SSLTest.*</exclude>
|
<exclude>**/SSLTest.*</exclude>
|
||||||
|
<exclude>**/MDBTest.*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -235,4 +235,28 @@
|
||||||
<properties>
|
<properties>
|
||||||
<jetty.port>8080</jetty.port>
|
<jetty.port>8080</jetty.port>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>activemq.tests-sanity</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>activemq.tests</name>
|
||||||
|
<value>smoke</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/AjaxTest.*</exclude>
|
||||||
|
</excludes>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue