This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 4b8d09f523 ARTEMIS-5895 fixing typo
4b8d09f523 is described below
commit 4b8d09f5235c3b5de63b93676288a8aa153fcd51
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Feb 25 12:09:20 2026 -0500
ARTEMIS-5895 fixing typo
---
.../tests/smoke/failover/OpenWireSharedStoreFailoverSmokeTest.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/failover/OpenWireSharedStoreFailoverSmokeTest.java
b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/failover/OpenWireSharedStoreFailoverSmokeTest.java
index 3a8d79960d..793c74763b 100644
---
a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/failover/OpenWireSharedStoreFailoverSmokeTest.java
+++
b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/failover/OpenWireSharedStoreFailoverSmokeTest.java
@@ -38,7 +38,6 @@ import org.apache.activemq.artemis.tests.util.CFUtil;
import org.apache.activemq.artemis.util.ServerUtil;
import org.apache.activemq.artemis.utils.Wait;
import org.apache.activemq.artemis.utils.collections.ConcurrentHashSet;
-import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
@@ -114,12 +113,6 @@ public class OpenWireSharedStoreFailoverSmokeTest extends
SmokeTestBase {
backupServer = startServer(SERVER_NAME_BACKUP, 0, 0);
}
- @AfterEach
- @Override
- public void after() throws Exception {
- super.after();
- }
-
@Test
public void testOpenWire() throws Exception {
String failoverURL =
"failover:(tcp://localhost:61616,tcp://localhost:61617)";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]