File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
activemq-unit-tests/src/test/java/org/apache/activemq/broker/scheduler Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4444import org .apache .logging .log4j .LogManager ;
4545import org .apache .logging .log4j .core .Appender ;
4646import org .apache .logging .log4j .core .LogEvent ;
47+ import org .junit .Ignore ;
4748import org .junit .Test ;
4849import org .slf4j .Logger ;
4950import org .slf4j .LoggerFactory ;
@@ -52,6 +53,7 @@ public class JmsSchedulerTest extends JobSchedulerTestSupport {
5253
5354 private static final Logger LOG = LoggerFactory .getLogger (JmsSchedulerTest .class );
5455
56+ @ Ignore
5557 @ Test
5658 public void testCron () throws Exception {
5759 final int COUNT = 10 ;
@@ -216,6 +218,7 @@ public void testScheduleFullRecoveryRestart() throws Exception {
216218 testScheduleRestart (RestartType .FULL_RECOVERY );
217219 }
218220
221+ @ Ignore
219222 @ Test
220223 public void testUpdatesAppliedToIndexBeforeJournalShouldBeDiscarded () throws Exception {
221224 final int NUMBER_OF_MESSAGES = 1000 ;
You can’t perform that action at this time.
0 commit comments