mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-04 22:33:19 -04:00
fix(test-framework): exec condition for DisabledForServers (#47165)
* https://github.com/keycloak/keycloak/issues/47164 Signed-off-by: Michal Vavřík <michal.vavrik@aol.com>
This commit is contained in:
parent
609cd210fd
commit
bce957f9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import org.junit.jupiter.api.extension.ExtendWith;
|
|||
@Target({ElementType.TYPE, ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
@ExtendWith({DisabledForDatabasesCondition.class})
|
||||
@ExtendWith({DisabledForServersCondition.class})
|
||||
public @interface DisabledForServers {
|
||||
|
||||
String[] value() default "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue