Disable another Saml 2.0 Test

Issue gh-127
This commit is contained in:
Steve Riesenberg
2025-02-18 14:48:16 -06:00
parent e92cf0b9e8
commit 0d042f966b

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