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 250c559c94 NO-JIRA Removing flaky test
250c559c94 is described below

commit 250c559c94d05bfd379566463f7165fce226fd7f
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu May 7 22:32:35 2026 -0400

    NO-JIRA Removing flaky test
    
    This test was failing since its initial commit
---
 .../activemq/artemis/tests/integration/retention/ReplayTest.java    | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/retention/ReplayTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/retention/ReplayTest.java
index de3591882b..eec9f8fc5a 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/retention/ReplayTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/retention/ReplayTest.java
@@ -140,10 +140,4 @@ public class ReplayTest extends ActiveMQTestBase {
    public void testReplayCorePaging() throws Exception {
       testReplay("CORE", 10, true);
    }
-
-   @Test
-   public void testReplayLargeCorePaging() throws Exception {
-      testReplay("CORE", 500 * 1024, true);
-   }
-
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to