Package org.keycloak.it.junit5.extension
Annotation Interface WithExternalInfinispan
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@EnabledIfSystemProperty(named="kc.test.storage.database",
matches="true",
disabledReason="Docker takes too much time and stability depends on the environment. We should try running these tests in CI but isolated.")
public @interface WithExternalInfinispan
WithExternalInfinispan is used to start an Infinispan container.