Skip to content

Commit 82acbbc

Browse files
committed
Disable saml2Login Sample Test
1 parent f2440f8 commit 82acbbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/boot/saml2login/src/integration-test/java/sample/Saml2LoginApplicationITests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import com.gargoylesoftware.htmlunit.html.HtmlPage;
2424
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
2525
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import org.junit.jupiter.api.BeforeEach;
2829
import org.junit.runner.RunWith;
@@ -38,6 +39,7 @@
3839
@RunWith(SpringRunner.class)
3940
@SpringBootTest
4041
@AutoConfigureMockMvc
42+
@Ignore
4143
public class Saml2LoginApplicationITests {
4244
@Autowired
4345
MockMvc mvc;

0 commit comments

Comments
 (0)