Skip to content

Commit

Permalink
KEYCLOAK-10797 Ignore test until the issue is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas authored and hmlnarik committed Jul 19, 2019
1 parent ceaae7a commit 282569d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.junit.Assume;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import org.keycloak.representations.idm.RealmRepresentation;
Expand Down Expand Up @@ -104,6 +105,7 @@ public void stopServer() {
}

@Test
@Ignore("KEYCLOAK-10797")
public void hawtioLoginAndLogoutTest() {
testRealmLoginPageFuse.setAuthRealm(DEMO);

Expand Down

0 comments on commit 282569d

Please sign in to comment.