Skip to content

Commit e92cf0b

Browse files
jzheauxsjohnr
authored andcommitted
Disable Saml 2.0 Tests
Issue gh-127 (cherry picked from commit fab170e)
1 parent 3c20779 commit e92cf0b

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

servlet/java-configuration/saml2/login/src/integTest/java/example/Saml2JavaConfigurationITests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
3030
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
3131
import org.junit.jupiter.api.BeforeEach;
32+
import org.junit.jupiter.api.Disabled;
3233
import org.junit.jupiter.api.Test;
3334
import org.junit.jupiter.api.extension.ExtendWith;
3435

@@ -49,6 +50,7 @@
4950
@ExtendWith(SpringExtension.class)
5051
@ContextConfiguration(classes = ApplicationConfiguration.class)
5152
@WebAppConfiguration
53+
@Disabled("gh-127")
5254
public class Saml2JavaConfigurationITests {
5355

5456
private MockMvc mvc;

servlet/spring-boot/java/saml2/login-single-tenant/src/integTest/java/example/Saml2LoginApplicationITests.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;
@@ -39,6 +40,7 @@
3940

4041
@SpringBootTest
4142
@AutoConfigureMockMvc
43+
@Disabled("gh-127")
4244
public class Saml2LoginApplicationITests {
4345

4446
@Autowired

servlet/spring-boot/java/saml2/login/src/integTest/java/example/Saml2LoginApplicationITests.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;
@@ -39,6 +40,7 @@
3940

4041
@SpringBootTest
4142
@AutoConfigureMockMvc
43+
@Disabled("gh-127")
4244
public class Saml2LoginApplicationITests {
4345

4446
@Autowired

servlet/spring-boot/java/saml2/refreshable-metadata/src/integTest/java/example/Saml2LoginApplicationITests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
2525
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
2626
import org.junit.jupiter.api.BeforeEach;
27+
import org.junit.jupiter.api.Disabled;
2728
import org.junit.jupiter.api.Test;
2829

2930
import org.springframework.beans.factory.annotation.Autowired;
@@ -35,6 +36,7 @@
3536

3637
@SpringBootTest
3738
@AutoConfigureMockMvc
39+
@Disabled("gh-127")
3840
public class Saml2LoginApplicationITests {
3941

4042
@Autowired

servlet/xml/java/saml2/login-logout/src/integTest/java/example/Saml2XmlITests.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
import org.junit.jupiter.api.extension.ExtendWith;
3334

@@ -48,6 +49,7 @@
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")
5153
public class Saml2XmlITests {
5254

5355
private MockMvc mvc;

0 commit comments

Comments
 (0)