Disable Saml 2.0 Tests

Issue gh-127

(cherry picked from commit fab170e522)
This commit is contained in:
Josh Cummings
2024-12-10 13:00:28 -07:00
committed by Steve Riesenberg
parent 3c207792ab
commit e92cf0b9e8
5 changed files with 10 additions and 0 deletions

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.junit.jupiter.api.extension.ExtendWith;
@@ -48,6 +49,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@ContextConfiguration(locations = { "file:src/main/webapp/WEB-INF/spring-servlet.xml",
"file:src/main/webapp/WEB-INF/spring/security.xml" })
@WebAppConfiguration
@Disabled("gh-127")
public class Saml2XmlITests {
private MockMvc mvc;