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 3535import org .apache .logging .log4j .LogManager ;
3636import org .apache .logging .log4j .core .Appender ;
3737import org .apache .logging .log4j .core .LogEvent ;
38+ import org .junit .Ignore ;
3839import org .junit .Test ;
3940import org .slf4j .Logger ;
4041import org .slf4j .LoggerFactory ;
@@ -51,6 +52,7 @@ public class JmsSchedulerTest extends JobSchedulerTestSupport {
5152
5253 private static final Logger LOG = LoggerFactory .getLogger (JmsSchedulerTest .class );
5354
55+ @ Ignore
5456 @ Test
5557 public void testCron () throws Exception {
5658 final int COUNT = 10 ;
@@ -215,6 +217,7 @@ public void testScheduleFullRecoveryRestart() throws Exception {
215217 testScheduleRestart (RestartType .FULL_RECOVERY );
216218 }
217219
220+ @ Ignore
218221 @ Test
219222 public void testUpdatesAppliedToIndexBeforeJournalShouldBeDiscarded () throws Exception {
220223 final int NUMBER_OF_MESSAGES = 1000 ;
You can’t perform that action at this time.
0 commit comments