@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@EnabledIf(value="#{environment[\'RUN_LONG_INTEGRATION_TESTS\'] == \'true\'}")
public @interface LongRunningTest
JUnit Jupiter condition to prevent long running tests from running on every build;
set environment variable RUN_LONG_INTEGRATION_TESTS on a CI nightly build to ensure coverage.