ARTEMIS-4171 Skip Leaking Tests on FastTests
This commit is contained in:
parent
0971886a36
commit
ed620d09c8
2
pom.xml
2
pom.xml
|
@ -1291,7 +1291,7 @@
|
|||
<skipJmsTests>false</skipJmsTests>
|
||||
<skipJoramTests>false</skipJoramTests>
|
||||
<skipCompatibilityTests>false</skipCompatibilityTests>
|
||||
<skipLeakTests>false</skipLeakTests>
|
||||
<skipLeakTests>true</skipLeakTests>
|
||||
<testFailureIgnore>false</testFailureIgnore>
|
||||
<!-- This enables the karaf-<foo>-integration-tests and
|
||||
integration-tests module tests, see fast-tests profile
|
||||
|
|
Loading…
Reference in New Issue