added ignore on role mappings test
This commit is contained in:
parent
08f2b0dea9
commit
7b89b80f71
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ package org.keycloak.testsuite.ui.test.user;
|
|||
import org.jboss.arquillian.graphene.findby.FindByJQuery;
|
||||
import org.jboss.arquillian.graphene.page.Page;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.keycloak.testsuite.ui.AbstractKeyCloakTest;
|
||||
import org.keycloak.testsuite.ui.fragment.FlashMessage;
|
||||
|
@ -48,6 +49,7 @@ public class RoleMappingsTest extends AbstractKeyCloakTest<RoleMappingsPage> {
|
|||
userPage.deleteUser(testUsername);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void addAndRemoveUserAndAssignRole() {
|
||||
String testUsername = "tester2";
|
||||
|
|
Loading…
Reference in a new issue