Browse Source

Disable saml2Login Sample Test

pull/13603/head
Josh Cummings 3 years ago
parent
commit
82acbbc68e
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      samples/boot/saml2login/src/integration-test/java/sample/Saml2LoginApplicationITests.java

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

@ -23,6 +23,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlInput; @@ -23,6 +23,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlInput;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.runner.RunWith;
@ -38,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -38,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class)
@SpringBootTest
@AutoConfigureMockMvc
@Ignore
public class Saml2LoginApplicationITests {
@Autowired
MockMvc mvc;

Loading…
Cancel
Save