Skip to content

Commit

Permalink
Animal sniffer suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
kannanjgithub committed Jan 17, 2025
1 parent 649f53c commit 73bb42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/test/java/io/grpc/okhttp/TlsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@

/** Verify OkHttp's TLS integration. */
@RunWith(JUnit4.class)
@IgnoreJRERequirement
public class TlsTest {
@Rule
public final GrpcCleanupRule grpcCleanupRule = new GrpcCleanupRule();
Expand Down Expand Up @@ -432,6 +431,7 @@ public X509Certificate[] getAcceptedIssuers() {

/** Used to capture the fact that checkServerTrusted has been called for the per-rpc authority
* verification. */
@IgnoreJRERequirement
private static class FakeX509ExtendedTrustManager extends X509ExtendedTrustManager {
private final X509ExtendedTrustManager delegate;
private boolean checkServerTrustedCalled;
Expand Down

0 comments on commit 73bb42f

Please sign in to comment.