KEYCLOAK-17310. Disabled test in remote environment. (#7898)

This commit is contained in:
Miquel Simon 2021-04-06 09:03:04 +02:00 committed by GitHub
parent ca49840266
commit 5f551e018d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();