|
@@ -29,6 +29,7 @@ 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;
|
|
|
|
|
@@ -49,6 +50,7 @@ import static org.awaitility.Awaitility.await;
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
@ContextConfiguration(classes = ApplicationConfiguration.class)
|
|
|
@WebAppConfiguration
|
|
|
+@Disabled
|
|
|
public class Saml2JavaConfigurationITests {
|
|
|
|
|
|
private MockMvc mvc;
|