File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
java-configuration/saml2/login/src/integTest/java/example
login-single-tenant/src/integTest/java/example
login/src/integTest/java/example
refreshable-metadata/src/integTest/java/example
xml/java/saml2/login-logout/src/integTest/java/example Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2929import com .gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
3030import com .gargoylesoftware .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 com .gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
2929import com .gargoylesoftware .htmlunit .html .HtmlSubmitInput ;
3030import org .junit .jupiter .api .BeforeEach ;
31+ import org .junit .jupiter .api .Disabled ;
3132import org .junit .jupiter .api .Test ;
3233
3334import org .springframework .beans .factory .annotation .Autowired ;
3940
4041@ SpringBootTest
4142@ AutoConfigureMockMvc
43+ @ Disabled ("gh-127" )
4244public class Saml2LoginApplicationITests {
4345
4446 @ Autowired
Original file line number Diff line number Diff line change 2828import com .gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
2929import com .gargoylesoftware .htmlunit .html .HtmlSubmitInput ;
3030import org .junit .jupiter .api .BeforeEach ;
31+ import org .junit .jupiter .api .Disabled ;
3132import org .junit .jupiter .api .Test ;
3233
3334import org .springframework .beans .factory .annotation .Autowired ;
3940
4041@ SpringBootTest
4142@ AutoConfigureMockMvc
43+ @ Disabled ("gh-127" )
4244public class Saml2LoginApplicationITests {
4345
4446 @ Autowired
Original file line number Diff line number Diff line change 2424import com .gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
2525import com .gargoylesoftware .htmlunit .html .HtmlSubmitInput ;
2626import org .junit .jupiter .api .BeforeEach ;
27+ import org .junit .jupiter .api .Disabled ;
2728import org .junit .jupiter .api .Test ;
2829
2930import org .springframework .beans .factory .annotation .Autowired ;
3536
3637@ SpringBootTest
3738@ AutoConfigureMockMvc
39+ @ Disabled ("gh-127" )
3840public class Saml2LoginApplicationITests {
3941
4042 @ Autowired
Original file line number Diff line number Diff line change 2828import com .gargoylesoftware .htmlunit .html .HtmlPasswordInput ;
2929import com .gargoylesoftware .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