Skip to content

Commit 9b68ce6

Browse files
committed
Temporary ignore JournalCorruptionEofIndexRecoveryTest to test the GitHub Action CI
1 parent e3f4b19 commit 9b68ce6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@
6363
import org.apache.logging.log4j.core.layout.MessageLayout;
6464
import org.junit.After;
6565
import org.junit.Before;
66+
import org.junit.Ignore;
6667
import org.junit.Test;
6768
import org.slf4j.Logger;
6869
import org.slf4j.LoggerFactory;
6970
import org.slf4j.event.LoggingEvent;
7071

71-
72+
@Ignore("Temporary to test GitHub Action")
7273
public class JournalCorruptionEofIndexRecoveryTest {
7374

7475
private static final Logger LOG = LoggerFactory.getLogger(JournalCorruptionEofIndexRecoveryTest.class);

0 commit comments

Comments
 (0)