Skip to content

Commit

Permalink
Iffy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
d-reidenbach committed Aug 6, 2020
1 parent e2653a7 commit 9634556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void testHttpsEndpointIdentification() throws Exception {
certs = tmi.getTrustedChainForServer(chain, "RSA",
new FakeSSLSocket(new FakeSSLSession(goodHostname, chain), params));
assertEquals(Arrays.asList(chain), certs);
} finally { // Still need for protecting future tests
} finally { // Still need for protecting future tests
Conscrypt.setDefaultHostnameVerifier(null);
}
}
Expand Down

0 comments on commit 9634556

Please sign in to comment.