Skip to content

Commit

Permalink
ARTEMIS-4171 Skip Leaking Tests on FastTests
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 7, 2023
1 parent 0971886 commit ed620d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed620d0

Please sign in to comment.