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

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


The following commit(s) were added to refs/heads/activemq-6.2.x by this push:
     new 92bcf5e868 Fix #2153 - remove test annotation from 6.2.x (#2157)
92bcf5e868 is described below

commit 92bcf5e868e222044b5433a2aa8ff5989dc53582
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Tue Jun 23 20:07:31 2026 -0400

    Fix #2153 - remove test annotation from 6.2.x (#2157)
---
 .../org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java
index 5e2fd208f9..771dd298eb 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java
@@ -33,8 +33,6 @@ import org.apache.activemq.util.Wait;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
-import org.junit.experimental.categories.Category;
-import org.apache.activemq.test.annotations.ParallelTest;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
 
@@ -48,7 +46,6 @@ import org.junit.runners.Parameterized;
  * was set to a positive value.
  */
 @RunWith(value = Parameterized.class)
-@Category(ParallelTest.class)
 public class MaxUncommittedCountNetworkTest {
 
     private BrokerService brokerA;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to