Prechádzať zdrojové kódy

Disable saml2Login Sample Test

Josh Cummings 2 rokov pred
rodič
commit
82acbbc68e

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

@@ -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;
 @RunWith(SpringRunner.class)
 @SpringBootTest
 @AutoConfigureMockMvc
+@Ignore
 public class Saml2LoginApplicationITests {
 	@Autowired
 	MockMvc mvc;