We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649f53c commit 73bb42fCopy full SHA for 73bb42f
okhttp/src/test/java/io/grpc/okhttp/TlsTest.java
@@ -71,7 +71,6 @@
71
72
/** Verify OkHttp's TLS integration. */
73
@RunWith(JUnit4.class)
74
-@IgnoreJRERequirement
75
public class TlsTest {
76
@Rule
77
public final GrpcCleanupRule grpcCleanupRule = new GrpcCleanupRule();
@@ -432,6 +431,7 @@ public X509Certificate[] getAcceptedIssuers() {
432
431
433
/** Used to capture the fact that checkServerTrusted has been called for the per-rpc authority
434
* verification. */
+ @IgnoreJRERequirement
435
private static class FakeX509ExtendedTrustManager extends X509ExtendedTrustManager {
436
private final X509ExtendedTrustManager delegate;
437
private boolean checkServerTrustedCalled;
0 commit comments