|
@@ -29,7 +29,6 @@ import org.htmlunit.html.HtmlPage;
|
|
|
import org.htmlunit.html.HtmlPasswordInput;
|
|
|
import org.htmlunit.html.HtmlSubmitInput;
|
|
|
import org.junit.jupiter.api.BeforeEach;
|
|
|
-import org.junit.jupiter.api.Disabled;
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
import org.junit.jupiter.api.extension.ExtendWith;
|
|
|
|
|
@@ -50,7 +49,6 @@ import static org.awaitility.Awaitility.await;
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
@ContextConfiguration(classes = ApplicationConfiguration.class)
|
|
|
@WebAppConfiguration
|
|
|
-@Disabled
|
|
|
public class Saml2JavaConfigurationITests {
|
|
|
|
|
|
private MockMvc mvc;
|