We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2440f8 commit 82acbbcCopy full SHA for 82acbbc
samples/boot/saml2login/src/integration-test/java/sample/Saml2LoginApplicationITests.java
@@ -23,6 +23,7 @@
23
import com.gargoylesoftware.htmlunit.html.HtmlPage;
24
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
25
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
26
+import org.junit.Ignore;
27
import org.junit.Test;
28
import org.junit.jupiter.api.BeforeEach;
29
import org.junit.runner.RunWith;
@@ -38,6 +39,7 @@
38
39
@RunWith(SpringRunner.class)
40
@SpringBootTest
41
@AutoConfigureMockMvc
42
+@Ignore
43
public class Saml2LoginApplicationITests {
44
@Autowired
45
MockMvc mvc;
0 commit comments