Annotation Type DisableInDockerFlag


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