File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
java-configuration/saml2/login/src/integTest/java/example
xml/java/saml2/login-logout/src/integTest/java/example Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929import org .htmlunit .html .HtmlPasswordInput ;
3030import org .htmlunit .html .HtmlSubmitInput ;
3131import org .junit .jupiter .api .BeforeEach ;
32+ import org .junit .jupiter .api .Disabled ;
3233import org .junit .jupiter .api .Test ;
3334import org .junit .jupiter .api .extension .ExtendWith ;
3435
4950@ ExtendWith (SpringExtension .class )
5051@ ContextConfiguration (classes = ApplicationConfiguration .class )
5152@ WebAppConfiguration
53+ @ Disabled ("gh-127" )
5254public class Saml2JavaConfigurationITests {
5355
5456 private MockMvc mvc ;
Original file line number Diff line number Diff line change 2828import org .htmlunit .html .HtmlPasswordInput ;
2929import org .htmlunit .html .HtmlSubmitInput ;
3030import org .junit .jupiter .api .BeforeEach ;
31+ import org .junit .jupiter .api .Disabled ;
3132import org .junit .jupiter .api .Test ;
3233import org .junit .jupiter .api .extension .ExtendWith ;
3334
4849@ ContextConfiguration (locations = { "file:src/main/webapp/WEB-INF/spring-servlet.xml" ,
4950 "file:src/main/webapp/WEB-INF/spring/security.xml" })
5051@ WebAppConfiguration
52+ @ Disabled ("gh-127" )
5153public class Saml2XmlITests {
5254
5355 private MockMvc mvc ;
You can’t perform that action at this time.
0 commit comments