You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2022/11/03 19:49:07 UTC

[activemq] 01/02: AMQ-9152: Fix surefire setup to run all tests that are not excluded

This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 81773c85d72373896deb3a5ff7c64a6a55971c98
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Tue Nov 1 06:37:37 2022 -0400

    AMQ-9152: Fix surefire setup to run all tests that are not excluded
    
    (cherry picked from commit ba0b7a25a0fb8d225147748f28f69ba5abee01b5)
---
 activemq-unit-tests/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 8bd4ab4bb..fe069d758 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -438,9 +438,6 @@
             <org.apache.activemq.AutoFailTestSupport.disableSystemExit>true</org.apache.activemq.AutoFailTestSupport.disableSystemExit>
             <org.apache.activemq.broker.jmx.createConnector>false</org.apache.activemq.broker.jmx.createConnector>
           </systemPropertyVariables>
-          <includes>
-            <include>**/*Test.*</include>
-          </includes>
         </configuration>
       </plugin>
       <plugin>