mirror of https://github.com/apache/cloudstack.git
commented broken unit test
This commit is contained in:
parent
ddb2d9c60e
commit
f86eb522e2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue