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

jbonofre 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 0544699afc Backport: remove the annotation on the 
ProtocolConverterTest (#1793) (#1801)
0544699afc is described below

commit 0544699afc95db9affbb09abc4c3ac2136770026
Author: JB Onofré <[email protected]>
AuthorDate: Wed Mar 18 23:25:28 2026 +0100

    Backport: remove the annotation on the ProtocolConverterTest (#1793) (#1801)
    
    * Backport: remove parallel annotation on ProtocolConverterTest (#1793)
    
    * Cleanup import
---
 .../java/org/apache/activemq/transport/stomp/ProtocolConverterTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ProtocolConverterTest.java
 
b/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ProtocolConverterTest.java
index 17d293e3d8..7351189cfd 100644
--- 
a/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ProtocolConverterTest.java
+++ 
b/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ProtocolConverterTest.java
@@ -27,9 +27,7 @@ import org.apache.activemq.util.FactoryFinder;
 import org.junit.AfterClass;
 import org.junit.Before;
 import org.junit.Test;
-import org.junit.experimental.categories.Category;
 
-@Category(ParallelTest.class)
 public class ProtocolConverterTest {
 
     private final StompTransport transport = mock(StompTransport.class);


---------------------------------------------------------------------
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