From 0c75f919d7d8c507a2a9a6513cfc5d57c77c1e8d Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 16 Sep 2016 17:16:47 -0700 Subject: [PATCH 1/2] Ignore LDAPLoginIT Signed-off-by: Helen Chung --- .../identity/uaa/integration/feature/LdapLoginIT.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/LdapLoginIT.java b/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/LdapLoginIT.java index ac31e7cdd32..07e28356ec1 100644 --- a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/LdapLoginIT.java +++ b/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/LdapLoginIT.java @@ -10,6 +10,7 @@ import org.cloudfoundry.identity.uaa.zone.IdentityProvider; import org.hamcrest.Matchers; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -64,12 +65,14 @@ public void clearWebDriverOfCookies() throws Exception { } @Test + @Ignore public void ldapLogin_withValidSelfSignedCert() throws Exception { performLdapLogin("testzone2", "ldaps://52.87.212.253:636/"); assertThat("Unable to verify non expired cert. Did you run:scripts/travis/install-ldap-certs.sh ?", webDriver.findElement(By.cssSelector("h1")).getText(), Matchers.containsString("Where to")); } @Test + @Ignore public void ldapLogin_withExpiredSelfSignedCert() throws Exception { performLdapLogin("testzone1", "ldaps://52.20.5.106:636/"); assertThat(webDriver.findElement(By.cssSelector("h1")).getText(), Matchers.containsString("Welcome to The Twiglet Zone[testzone1]!")); From 03b04b8cb5faec992ea8b8bef5b515392e1f1a09 Mon Sep 17 00:00:00 2001 From: Filip Hanik Date: Fri, 16 Sep 2016 17:58:43 -0700 Subject: [PATCH 2/2] Bump release version to 2.7.4.9 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index af026a91b1b..5776028d2a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.7.4.8 +version=2.7.4.9