Annotation Type DisableOnParallelsVmFlag


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