ARTEMIS-4171 Skip Leaking Tests on FastTests

This commit is contained in:
Clebert Suconic 2023-03-06 13:44:50 -05:00 committed by clebertsuconic
parent 0971886a36
commit ed620d09c8
1 changed files with 1 additions and 1 deletions

View File

@ -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