From a7f2130eae761bc79e352d7fdc906e436ff7ca3e Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 19 Oct 2016 15:29:21 -0400 Subject: [PATCH] whoops --- .../java/org/keycloak/testsuite/adapter/AdapterTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java b/testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java index 2d66c66bee..25e046f1ea 100755 --- a/testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java +++ b/testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java @@ -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();