This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 50931e7df8 [#] Ignore JournalFdRecoveryTest due to flakiness (#1650)
50931e7df8 is described below
commit 50931e7df8771d4a15b701fcff49acb3ea944bcf
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Feb 4 19:35:54 2026 +0100
[#] Ignore JournalFdRecoveryTest due to flakiness (#1650)
---
.../java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
index 088bcbb1ef..e4dbdd1d26 100644
---
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
+++
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
@@ -26,6 +26,7 @@ import org.apache.activemq.store.kahadb.disk.journal.DataFile;
import org.apache.activemq.store.kahadb.disk.journal.Journal;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -52,6 +53,7 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertTrue;
+@Ignore("FLAKY https://issues.apache.org/jira/browse/AMQ-9851")
public class JournalFdRecoveryTest {
private static final Logger LOG =
LoggerFactory.getLogger(JournalFdRecoveryTest.class);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact