[java-idp-integration-tests COMMIT] in /trunk/src/test/java/net/shibboleth/idp/test/saml2: SAML2SSOPOSTIntegrationTes...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 21 20:50:31 EST 2015
Author: tzeller
Date: Wed Jan 21 20:50:30 2015
New Revision: 50
URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=50&view=rev
Log:
Disable the SLO tests.
Modified:
trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java
trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java
Modified: trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java (original)
+++ trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java Wed Jan 21 20:50:30 2015
@@ -74,7 +74,7 @@
super.testSSOPassiveWithSession();
}
- @Test public void testSLO() throws Exception {
+ @Test(enabled = false) public void testSLO() throws Exception {
super.testSLO();
}
Modified: trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java (original)
+++ trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java Wed Jan 21 20:50:30 2015
@@ -74,7 +74,7 @@
super.testSSOPassiveWithSession();
}
- @Test public void testSLO() throws Exception {
+ @Test(enabled = false) public void testSLO() throws Exception {
super.testSLO();
}
More information about the commits
mailing list