Given:
- The current time is `Integer.MAX_VALUE` ms away from a summer/winter time shift
- The variable startDate in `reportEvaluationForOneProcessBigActivityDuration` is defined as `OffsetDateTime startDate = OffsetDateTime.now()` (instead of the current quickfix `OffsetDateTime startDate = OffsetDateTime.now().minusDays(20)`
When:
- I run `ProcessInstanceDurationByNoneWithProcessPartReportEvaluationIT .reportEvaluationForOneProcessBigActivityDuration()`
Then:
- The test fails when trying to assert the activityDuration value
Expected:
- The test should pass
Looks like Sebastian's already fixed this on master