Skip to content

Commit 50931e7

Browse files
authored
[#] Ignore JournalFdRecoveryTest due to flakiness (#1650)
1 parent 1357cd8 commit 50931e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.apache.activemq.store.kahadb.disk.journal.Journal;
2727
import org.junit.After;
2828
import org.junit.Before;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031
import org.slf4j.Logger;
3132
import org.slf4j.LoggerFactory;
@@ -52,6 +53,7 @@
5253
import static org.junit.Assert.assertNotEquals;
5354
import static org.junit.Assert.assertTrue;
5455

56+
@Ignore("FLAKY https://issues.apache.org/jira/browse/AMQ-9851")
5557
public class JournalFdRecoveryTest {
5658

5759
private static final Logger LOG = LoggerFactory.getLogger(JournalFdRecoveryTest.class);

0 commit comments

Comments
 (0)