This commit is contained in:
Bill Burke 2016-10-19 15:29:21 -04:00
parent 2391a00aa5
commit a7f2130eae

View file

@ -91,11 +91,6 @@ public class AdapterTest {
@Rule
public AdapterTestStrategy testStrategy = new AdapterTestStrategy("http://localhost:8081/auth", "http://localhost:8081", keycloakRule);
@Test
public void testIDE() throws Exception {
Thread.sleep(100000000);
}
@Test
public void testLoginSSOAndLogout() throws Exception {
testStrategy.testLoginSSOMax();