We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1357cd8 commit 50931e7Copy full SHA for 50931e7
activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
@@ -26,6 +26,7 @@
26
import org.apache.activemq.store.kahadb.disk.journal.Journal;
27
import org.junit.After;
28
import org.junit.Before;
29
+import org.junit.Ignore;
30
import org.junit.Test;
31
import org.slf4j.Logger;
32
import org.slf4j.LoggerFactory;
@@ -52,6 +53,7 @@
52
53
import static org.junit.Assert.assertNotEquals;
54
import static org.junit.Assert.assertTrue;
55
56
+@Ignore("FLAKY https://issues.apache.org/jira/browse/AMQ-9851")
57
public class JournalFdRecoveryTest {
58
59
private static final Logger LOG = LoggerFactory.getLogger(JournalFdRecoveryTest.class);
0 commit comments