commented broken unit test

This commit is contained in:
pdion891 2014-11-05 10:46:36 -05:00
parent ddb2d9c60e
commit f86eb522e2
1 changed files with 0 additions and 6 deletions

View File

@ -242,7 +242,6 @@ public class CertServiceTest {
certService.uploadSslCert(uploadCmd);
}
/*
@Test
public void runUploadSslCertBadChain() throws IOException, IllegalAccessException, NoSuchFieldException {
Assume.assumeTrue(isOpenJdk() || isJCEInstalled());
@ -297,9 +296,7 @@ public class CertServiceTest {
assertTrue(e.getMessage().contains("Invalid certificate chain"));
}
}
*/
/*
@Test
public void runUploadSslCertNoRootCert() throws IOException, IllegalAccessException, NoSuchFieldException {
@ -356,9 +353,7 @@ public class CertServiceTest {
}
}
*/
/*
@Test
public void runUploadSslCertNoChain() throws IOException, IllegalAccessException, NoSuchFieldException {
@ -409,7 +404,6 @@ public class CertServiceTest {
}
}
*/
/*
@Test