Skip to content

Commit

Permalink
fix(engine): Add missing HistoryLevel annotation to test
Browse files Browse the repository at this point in the history
Related to camunda/camunda-bpm-platform#4206

Backported commit ff4229c448 from the camunda-bpm-platform repository.
Original author: Miklas Boskamp <[email protected]>
  • Loading branch information
hauptmedia committed Nov 8, 2024
1 parent 9d0e3f4 commit 7aea68e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.operaton.bpm.engine.ExternalTaskService;
import org.operaton.bpm.engine.HistoryService;
import org.operaton.bpm.engine.ManagementService;
import org.operaton.bpm.engine.ProcessEngineConfiguration;
import org.operaton.bpm.engine.RuntimeService;
import org.operaton.bpm.engine.batch.Batch;
import org.operaton.bpm.engine.externaltask.ExternalTask;
Expand All @@ -39,6 +40,7 @@
import org.operaton.bpm.engine.runtime.ProcessInstance;
import org.operaton.bpm.engine.test.Deployment;
import org.operaton.bpm.engine.test.ProcessEngineRule;
import org.operaton.bpm.engine.test.RequiredHistoryLevel;
import org.operaton.bpm.engine.test.api.history.removaltime.batch.helper.BatchSetRemovalTimeRule;
import org.operaton.bpm.engine.test.util.BatchRule;
import org.operaton.bpm.engine.test.util.ProcessEngineTestRule;
Expand All @@ -51,6 +53,7 @@
import org.junit.Test;
import org.junit.rules.RuleChain;

@RequiredHistoryLevel(ProcessEngineConfiguration.HISTORY_FULL)
public class JobEntityAndJobLogBatchIdTest {

protected ProcessEngineRule engineRule = new ProvidedProcessEngineRule();
Expand Down

0 comments on commit 7aea68e

Please sign in to comment.