Skip to content

Commit

Permalink
NO-JIRA removing not used skipRestTests
Browse files Browse the repository at this point in the history
the use of skipRestTests is gone with the removal of the rest module a few months ago.
This is just a simple cleanup of its left over and it is dead code.
  • Loading branch information
clebertsuconic committed Jul 12, 2023
1 parent 8429b8a commit b088cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
<skipStressTests>true</skipStressTests>
<skipSoakTests>true</skipSoakTests>
<skipPerformanceTests>true</skipPerformanceTests>
<skipRestTests>true</skipRestTests>
<skipActiveMQ5Tests>true</skipActiveMQ5Tests>

<e2e-tests.skipTests>true</e2e-tests.skipTests>
Expand Down Expand Up @@ -1285,7 +1284,6 @@
<skipIsolatedIntegrationTests>false</skipIsolatedIntegrationTests>
<skipSmokeTests>false</skipSmokeTests>
<skipTimingTests>true</skipTimingTests>
<skipRestTests>false</skipRestTests>
<skipStressTests>true</skipStressTests>
<skipSoakTests>true</skipSoakTests>
<skipPerformanceTests>true</skipPerformanceTests>
Expand Down

0 comments on commit b088cdc

Please sign in to comment.