mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2594 - fixing test exclusion pattern
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@907595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b0df45333
commit
80b421dd45
|
@ -501,7 +501,7 @@
|
||||||
<!-- used just to test potential memory leaks manually -->
|
<!-- used just to test potential memory leaks manually -->
|
||||||
<exclude>**/JDBCTestMemory.*</exclude>
|
<exclude>**/JDBCTestMemory.*</exclude>
|
||||||
<!-- exclude until AMQ-2594 is fixed-->
|
<!-- exclude until AMQ-2594 is fixed-->
|
||||||
<exclude>JDBCNegativeQueueTest</exclude>
|
<exclude>**/JDBCNegativeQueueTest.*</exclude>
|
||||||
|
|
||||||
<exclude>**/amq1490/*</exclude>
|
<exclude>**/amq1490/*</exclude>
|
||||||
<exclude>**/AMQ1925*</exclude>
|
<exclude>**/AMQ1925*</exclude>
|
||||||
|
|
Loading…
Reference in New Issue