Skip to content

Commit 4e7652d

Browse files
committed
test: remove @paralleltest from DurableSyncNetworkBridgeTest
This test cannot run in parallel due to hardcoded broker names ("localBroker"/"remoteBroker"), shared clientId, static SSL system properties, and fixed topic names that cause collisions between concurrent test instances.
1 parent a86cffa commit 4e7652d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

activemq-unit-tests/src/test/java/org/apache/activemq/network/DurableSyncNetworkBridgeTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
import org.apache.activemq.store.kahadb.disk.journal.Journal.JournalDiskSyncStrategy;
5151
import org.apache.activemq.util.Wait;
5252
import org.apache.activemq.util.Wait.Condition;
53-
import org.apache.activemq.test.annotations.ParallelTest;
5453
import org.junit.After;
5554
import org.junit.Assume;
5655
import org.junit.Before;
@@ -60,12 +59,10 @@
6059
import org.junit.runner.RunWith;
6160
import org.junit.runners.Parameterized;
6261
import org.junit.runners.Parameterized.Parameters;
63-
import org.junit.experimental.categories.Category;
6462
import org.slf4j.Logger;
6563
import org.slf4j.LoggerFactory;
6664

6765
@RunWith(Parameterized.class)
68-
@Category(ParallelTest.class)
6966
public class DurableSyncNetworkBridgeTest extends DynamicNetworkTestSupport {
7067

7168
protected static final Logger LOG = LoggerFactory.getLogger(DurableSyncNetworkBridgeTest.class);

0 commit comments

Comments
 (0)