This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new b088cdc65a NO-JIRA removing not used skipRestTests
b088cdc65a is described below
commit b088cdc65aae721953f5089d13650af55de843b3
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Jul 12 15:35:53 2023 -0400
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.
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4106b59be6..ae64892a74 100644
--- a/pom.xml
+++ b/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>