KEYCLOAK-17310. Disabled test in remote environment. (#7898)
This commit is contained in:
parent
ca49840266
commit
5f551e018d
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ public class UserTest extends AbstractAdminTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AuthServerContainerExclude(QUARKUS) // TODO: Enable for quarkus
|
||||
@AuthServerContainerExclude({REMOTE, QUARKUS}) // TODO: Enable for quarkus and remote
|
||||
public void updateUserWithReadOnlyAttributes() {
|
||||
// Admin is able to update "usercertificate" attribute
|
||||
UserRepresentation user1 = new UserRepresentation();
|
||||
|
|
Loading…
Reference in a new issue