Skip to content

Commit 73bb42f

Browse files
committed
Animal sniffer suppress
1 parent 649f53c commit 73bb42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okhttp/src/test/java/io/grpc/okhttp/TlsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171

7272
/** Verify OkHttp's TLS integration. */
7373
@RunWith(JUnit4.class)
74-
@IgnoreJRERequirement
7574
public class TlsTest {
7675
@Rule
7776
public final GrpcCleanupRule grpcCleanupRule = new GrpcCleanupRule();
@@ -432,6 +431,7 @@ public X509Certificate[] getAcceptedIssuers() {
432431

433432
/** Used to capture the fact that checkServerTrusted has been called for the per-rpc authority
434433
* verification. */
434+
@IgnoreJRERequirement
435435
private static class FakeX509ExtendedTrustManager extends X509ExtendedTrustManager {
436436
private final X509ExtendedTrustManager delegate;
437437
private boolean checkServerTrustedCalled;

0 commit comments

Comments
 (0)