Skip to content

Commit

Permalink
yegor256#191 Removed Ignore annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Jul 22, 2014
1 parent bc9447c commit 152d11a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,12 +512,7 @@ public Resource answer(final InvocationOnMock inv) {
* HttpFacade can return content thought a secured
* content-encoding and response content-type.
* @throws Exception If there is some problem inside
* @todo #8 For some reason this test is not passing in Travis and Rultor,
* even with the jcabi-ssl-maven-plugin. It does work on my local machine.
* It fails with javax.net.ssl.SSLHandshakeException with message:
* Received fatal alert: handshake_failure. Let's investigate and fix.
*/
@org.junit.Ignore
@Test
public void getsContentOverSSL() throws Exception {
final Host host = Mockito.mock(Host.class);
Expand Down

0 comments on commit 152d11a

Please sign in to comment.