mirror of https://github.com/apache/activemq.git
AMQ-7196 - fix broken test; recovery not applicable to inmemory store
This commit is contained in:
parent
640354fe79
commit
dc35218a2d
|
@ -33,8 +33,18 @@ public class InMemeoryJmsSchedulerTest extends JmsSchedulerTest {
|
|||
// No persistence so scheduled jobs don't survive restart.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testScheduleFullRecoveryRestart() throws Exception {
|
||||
// No persistence so scheduled jobs don't survive restart.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testJobSchedulerStoreUsage() throws Exception {
|
||||
// No store usage numbers for in-memory store.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testUpdatesAppliedToIndexBeforeJournalShouldBeDiscarded() throws Exception {
|
||||
// not applicable when non persistent
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue