Skip to content

Commit 0d042f9

Browse files
committed
Disable another Saml 2.0 Test
Issue gh-127
1 parent e92cf0b commit 0d042f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

servlet/spring-boot/java/saml2/custom-urls/src/integTest/java/example/CustomUrlsApplicationITests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
2929
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
3030
import org.junit.jupiter.api.BeforeEach;
31+
import org.junit.jupiter.api.Disabled;
3132
import org.junit.jupiter.api.Test;
3233

3334
import org.springframework.beans.factory.annotation.Autowired;
@@ -42,6 +43,7 @@
4243

4344
@SpringBootTest
4445
@AutoConfigureMockMvc
46+
@Disabled("gh-127")
4547
public class CustomUrlsApplicationITests {
4648

4749
@Autowired

0 commit comments

Comments
 (0)