Annotation Type DisableOnJenkinsFlag


@Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(DisableOnJenkinsFlagCondition.class) public @interface DisableOnJenkinsFlag
Some tests seem to only fail or block when run on Jenkins. Instead of trying to fix this problem, we'll try this for the time till someone finds the problem.