AMQ-7196 - fix broken test; recovery not applicable to inmemory store

This commit is contained in:
gtully 2019-09-06 16:53:02 +01:00
parent 640354fe79
commit dc35218a2d
1 changed files with 10 additions and 0 deletions

View File

@ -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
}
}