@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @EnabledIf(value="systemEnvironment.get(\'RUN_LONG_INTEGRATION_TESTS\') == \'true\' || systemProperty.get(\'RUN_LONG_INTEGRATION_TESTS\') == \'true\'") public @interface LongRunningTest
RUN_LONG_INTEGRATION_TESTS
on a CI nightly build to ensure coverage.public static final String LONG_RUNNING_SCRIPT