Disable SAML 2.0 Tests

Issue gh-127
This commit is contained in:
Josh Cummings
2024-12-10 13:03:02 -07:00
parent e121127694
commit 56ad5ba623

View File

@@ -28,6 +28,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -42,6 +43,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
@SpringBootTest
@AutoConfigureMockMvc
@Disabled("gh-127")
public class CustomUrlsApplicationITests {
@Autowired