We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92cf0b commit 0d042f9Copy full SHA for 0d042f9
servlet/spring-boot/java/saml2/custom-urls/src/integTest/java/example/CustomUrlsApplicationITests.java
@@ -28,6 +28,7 @@
28
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
29
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
30
import org.junit.jupiter.api.BeforeEach;
31
+import org.junit.jupiter.api.Disabled;
32
import org.junit.jupiter.api.Test;
33
34
import org.springframework.beans.factory.annotation.Autowired;
@@ -42,6 +43,7 @@
42
43
44
@SpringBootTest
45
@AutoConfigureMockMvc
46
+@Disabled("gh-127")
47
public class CustomUrlsApplicationITests {
48
49
@Autowired
0 commit comments