1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Disable saml2Login Sample Test

This commit is contained in:
Josh Cummings
2023-03-17 10:00:21 -06:00
parent f2440f819c
commit 82acbbc68e
@@ -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;