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/01 10:38:36 UTC

[activemq] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new ba0b7a25a AMQ-9152: Fix surefire setup to run all tests that are not excluded
ba0b7a25a is described below

commit ba0b7a25a0fb8d225147748f28f69ba5abee01b5
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
---
 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 7a8ec71ab..c00a30ccb 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -455,9 +455,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>