NO-JIRA removing not used skipRestTests
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.
This commit is contained in:
parent
8429b8a4ab
commit
b088cdc65a
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue